Adds the elements of a ParamDecl array to the current ParamDeclCollection
.
Adds the elements of a ParamDecl array to the current ParamDeclCollection
.
public virtual int AddRange(ParamDecl[]);
Adds the elements of another ParamDeclCollection
to the current ParamDeclCollection
.
public virtual int AddRange(ParamDeclCollection);
ParamDeclCollection Class | DDW.CSharp.Dom Namespace