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