Initializes a new instance of the ParamDeclCollection
class that is empty and has the default initial capacity.
Initializes a new instance of the ParamDeclCollection
class that is empty and has the default initial capacity.
public ParamDeclCollection();
Initializes a new instance of the ParamDeclCollection
class that contains elements copied from the specified ParamDecl array.
public ParamDeclCollection(ParamDecl[]);
Initializes a new instance of the ParamDeclCollection
class that contains elements copied from the specified ParamDeclCollection
.
public ParamDeclCollection(ParamDeclCollection);
protected ParamDeclCollection(Tag);
Initializes a new instance of the ParamDeclCollection
class that has the specified initial capacity.
public ParamDeclCollection(int);
ParamDeclCollection Class | DDW.CSharp.Dom Namespace