Goblin - A Platform for 3D AR and VR Applications

TypeDeclCollection Constructor

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

Overload List

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

public TypeDeclCollection();

Initializes a new instance of the TypeDeclCollection class that contains elements copied from the specified TypeDecl array.

public TypeDeclCollection(TypeDecl[]);

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

public TypeDeclCollection(TypeDeclCollection);

 

protected TypeDeclCollection(Tag);

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

public TypeDeclCollection(int);

See Also

TypeDeclCollection Class | DDW.CSharp.Dom Namespace