Goblin - A Platform for 3D AR and VR Applications

CompileUnitCollection.Add Method 

Adds a CompileUnit to the end of the CompileUnitCollection.

public virtual int Add(
   CompileUnit item
);

Parameters

item
The CompileUnit to be added to the end of the CompileUnitCollection.

Return Value

The index at which the value has been added.

See Also

CompileUnitCollection Class | DDW.CSharp.Dom Namespace