Goblin - A Platform for 3D AR and VR Applications

TypeScopeCollection.Remove Method 

Removes the first occurrence of a specific TypeScope from the TypeScopeCollection.

public virtual void Remove(
   TypeScope item
);

Parameters

item
The TypeScope to remove from the TypeScopeCollection.

Exceptions

Exception Type Condition
ArgumentException The specified TypeScope was not found in the TypeScopeCollection.

See Also

TypeScopeCollection Class | DDW.CSharp.SymbolTable Namespace