Goblin - A Platform for 3D AR and VR Applications

TypeScopeCollection.CopyTo Method

Copies the entire TypeScopeCollection to a one-dimensional TypeScope array.

Overload List

Copies the entire TypeScopeCollection to a one-dimensional TypeScope array.

public virtual void CopyTo(TypeScope[]);

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

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

See Also

TypeScopeCollection Class | DDW.CSharp.SymbolTable Namespace