Goblin - A Platform for 3D AR and VR Applications

ImportCollection Constructor

Initializes a new instance of the ImportCollection class that is empty and has the default initial capacity.

Overload List

Initializes a new instance of the ImportCollection class that is empty and has the default initial capacity.

public ImportCollection();

Initializes a new instance of the ImportCollection class that contains elements copied from the specified Import array.

public ImportCollection(Import[]);

Initializes a new instance of the ImportCollection class that contains elements copied from the specified ImportCollection.

public ImportCollection(ImportCollection);

 

protected ImportCollection(Tag);

Initializes a new instance of the ImportCollection class that has the specified initial capacity.

public ImportCollection(int);

See Also

ImportCollection Class | DDW.CSharp.Dom Namespace