Goblin - A Platform for 3D AR and VR Applications

StatementCollection.CopyTo Method (Statement[], Int32)

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

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

Parameters

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

See Also

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