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