Goblin - A Platform for 3D AR and VR Applications

CaseCollection.Remove Method 

Removes the first occurrence of a specific Case from the CaseCollection.

public virtual void Remove(
   Case item
);

Parameters

item
The Case to remove from the CaseCollection.

Exceptions

Exception Type Condition
ArgumentException The specified Case was not found in the CaseCollection.

See Also

CaseCollection Class | DDW.CSharp.Dom Namespace