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