Goblin - A Platform for 3D AR and VR Applications

ParamCollection.Remove Method 

Removes the first occurrence of a specific Param from the ParamCollection.

public virtual void Remove(
   Param item
);

Parameters

item
The Param to remove from the ParamCollection.

Exceptions

Exception Type Condition
ArgumentException The specified Param was not found in the ParamCollection.

See Also

ParamCollection Class | DDW.CSharp.Dom Namespace