Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection.Remove Method 

Removes the first occurrence of a specific ParamDecl from the ParamDeclCollection.

public virtual void Remove(
   ParamDecl item
);

Parameters

item
The ParamDecl to remove from the ParamDeclCollection.

Exceptions

Exception Type Condition
ArgumentException The specified ParamDecl was not found in the ParamDeclCollection.

See Also

ParamDeclCollection Class | DDW.CSharp.Dom Namespace