Initializes a new instance of the MemberDeclCollection
class that is empty and has the default initial capacity.
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);
MemberDeclCollection Class | DDW.CSharp.Dom Namespace