Goblin - A Platform for 3D AR and VR Applications

CaseCollection.CopyTo Method (Case[], Int32)

Copies the entire CaseCollection to a one-dimensional Case array, starting at the specified index of the target array.

public virtual void CopyTo(
   Case[] array,
   int start
);

Parameters

array
The one-dimensional Case array to copy to.
start
The zero-based index in array at which copying begins.

See Also

CaseCollection Class | DDW.CSharp.Dom Namespace | CaseCollection.CopyTo Overload List