Goblin - A Platform for 3D AR and VR Applications

ExpressionRootCollection.CopyTo Method (ExpressionRoot[], Int32)

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

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

Parameters

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

See Also

ExpressionRootCollection Class | DDW.CSharp.SymbolTable Namespace | ExpressionRootCollection.CopyTo Overload List