Goblin - A Platform for 3D AR and VR Applications

TypeRefCollection.Remove Method 

Removes the first occurrence of a specific TypeRef from the TypeRefCollection.

public virtual void Remove(
   TypeRef item
);

Parameters

item
The TypeRef to remove from the TypeRefCollection.

Exceptions

Exception Type Condition
ArgumentException The specified TypeRef was not found in the TypeRefCollection.

See Also

TypeRefCollection Class | DDW.CSharp.Dom Namespace