Goblin - A Platform for 3D AR and VR Applications

MemberDeclCollection Constructor

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

Overload List

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

public MemberDeclCollection();

Initializes a new instance of the MemberDeclCollection class that contains elements copied from the specified MemberDecl array.

public MemberDeclCollection(MemberDecl[]);

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

public MemberDeclCollection(MemberDeclCollection);

 

protected MemberDeclCollection(Tag);

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

public MemberDeclCollection(int);

See Also

MemberDeclCollection Class | DDW.CSharp.Dom Namespace