Goblin - A Platform for 3D AR and VR Applications

CompileUnitCollection.CopyTo Method

Copies the entire CompileUnitCollection to a one-dimensional CompileUnit array.

Overload List

Copies the entire CompileUnitCollection to a one-dimensional CompileUnit array.

public virtual void CopyTo(CompileUnit[]);

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

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

See Also

CompileUnitCollection Class | DDW.CSharp.Dom Namespace