Goblin - A Platform for 3D AR and VR Applications

NamespaceDeclCollection Constructor

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

Overload List

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

public NamespaceDeclCollection();

Initializes a new instance of the NamespaceDeclCollection class that contains elements copied from the specified NamespaceDecl array.

public NamespaceDeclCollection(NamespaceDecl[]);

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

public NamespaceDeclCollection(NamespaceDeclCollection);

 

protected NamespaceDeclCollection(Tag);

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

public NamespaceDeclCollection(int);

See Also

NamespaceDeclCollection Class | DDW.CSharp.Dom Namespace