Goblin - A Platform for 3D AR and VR Applications

ScopeCollection.CopyTo Method (Scope[], Int32)

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

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

Parameters

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

See Also

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