Goblin - A Platform for 3D AR and VR Applications

ExpressionCollection.Remove Method 

Removes the first occurrence of a specific Expression from the ExpressionCollection.

public virtual void Remove(
   Expression item
);

Parameters

item
The Expression to remove from the ExpressionCollection.

Exceptions

Exception Type Condition
ArgumentException The specified Expression was not found in the ExpressionCollection.

See Also

ExpressionCollection Class | DDW.CSharp.Dom Namespace