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