Goblin - A Platform for 3D AR and VR Applications

CompileUnitCollection.Remove Method 

Removes the first occurrence of a specific CompileUnit from the CompileUnitCollection.

public virtual void Remove(
   CompileUnit item
);

Parameters

item
The CompileUnit to remove from the CompileUnitCollection.

Exceptions

Exception Type Condition
ArgumentException The specified CompileUnit was not found in the CompileUnitCollection.

See Also

CompileUnitCollection Class | DDW.CSharp.Dom Namespace