Goblin - A Platform for 3D AR and VR Applications

DeclaratorCollection Constructor

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

Overload List

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

public DeclaratorCollection();

Initializes a new instance of the DeclaratorCollection class that contains elements copied from the specified Declarator array.

public DeclaratorCollection(Declarator[]);

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

public DeclaratorCollection(DeclaratorCollection);

 

protected DeclaratorCollection(Tag);

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

public DeclaratorCollection(int);

See Also

DeclaratorCollection Class | DDW.CSharp.Dom Namespace