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