Goblin - A Platform for 3D AR and VR Applications

TypeRefCollection.CopyTo Method (TypeRef[], Int32)

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

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

Parameters

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

See Also

TypeRefCollection Class | DDW.CSharp.Dom Namespace | TypeRefCollection.CopyTo Overload List