Goblin - A Platform for 3D AR and VR Applications

AssemblyReferenceCollection.CopyTo Method (AssemblyReference[], Int32)

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

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

Parameters

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

See Also

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