Goblin - A Platform for 3D AR and VR Applications

TypeRefCollection.CopyTo Method

Copies the entire TypeRefCollection to a one-dimensional TypeRef array.

Overload List

Copies the entire TypeRefCollection to a one-dimensional TypeRef array.

public virtual void CopyTo(TypeRef[]);

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

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

See Also

TypeRefCollection Class | DDW.CSharp.Dom Namespace