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