Goblin - A Platform for 3D AR and VR Applications

DeclaratorCollection.Remove Method 

Removes the first occurrence of a specific Declarator from the DeclaratorCollection.

public virtual void Remove(
   Declarator item
);

Parameters

item
The Declarator to remove from the DeclaratorCollection.

Exceptions

Exception Type Condition
ArgumentException The specified Declarator was not found in the DeclaratorCollection.

See Also

DeclaratorCollection Class | DDW.CSharp.Dom Namespace