Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection Constructor

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

Overload List

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

public DefinitionCollection();

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

public DefinitionCollection(DefinitionCollection);

 

protected DefinitionCollection(Tag);

Initializes a new instance of the DefinitionCollection class that contains elements copied from the specified IDefinition array.

public DefinitionCollection(IDefinition[]);

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

public DefinitionCollection(int);

See Also

DefinitionCollection Class | DDW.CSharp.SymbolTable Namespace