Goblin - A Platform for 3D AR and VR Applications

CompileUnitCollection.CopyTo Method (CompileUnit[], Int32)

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

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

Parameters

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

See Also

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