Goblin - A Platform for 3D AR and VR Applications

CatchCollection.Remove Method 

Removes the first occurrence of a specific Catch from the CatchCollection.

public virtual void Remove(
   Catch item
);

Parameters

item
The Catch to remove from the CatchCollection.

Exceptions

Exception Type Condition
ArgumentException The specified Catch was not found in the CatchCollection.

See Also

CatchCollection Class | DDW.CSharp.Dom Namespace