Goblin - A Platform for 3D AR and VR Applications

TypeScopeCollection.CopyTo Method (TypeScope[], Int32)

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

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

Parameters

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

See Also

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