Goblin - A Platform for 3D AR and VR Applications

ScopeCollection.CopyTo Method

Copies the entire ScopeCollection to a one-dimensional Scope array.

Overload List

Copies the entire ScopeCollection to a one-dimensional Scope array.

public virtual void CopyTo(Scope[]);

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

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

See Also

ScopeCollection Class | DDW.CSharp.SymbolTable Namespace