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