Goblin - A Platform for 3D AR and VR Applications

TypeDeclCollection.Remove Method 

Removes the first occurrence of a specific TypeDecl from the TypeDeclCollection.

public virtual void Remove(
   TypeDecl item
);

Parameters

item
The TypeDecl to remove from the TypeDeclCollection.

Exceptions

Exception Type Condition
ArgumentException The specified TypeDecl was not found in the TypeDeclCollection.

See Also

TypeDeclCollection Class | DDW.CSharp.Dom Namespace