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