Goblin - A Platform for 3D AR and VR Applications

CaseCollection.CopyTo Method

Copies the entire CaseCollection to a one-dimensional Case array.

Overload List

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);

See Also

CaseCollection Class | DDW.CSharp.Dom Namespace