Copies the entire ParamDeclCollection
to a one-dimensional ParamDecl array.
Copies the entire ParamDeclCollection
to a one-dimensional ParamDecl array.
public virtual void CopyTo(ParamDecl[]);
Copies the entire ParamDeclCollection
to a one-dimensional ParamDecl array, starting at the specified index of the target array.
public virtual void CopyTo(ParamDecl[],int);
ParamDeclCollection Class | DDW.CSharp.Dom Namespace