Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection.Contains Method 

Determines whether a given ParamDecl is in the ParamDeclCollection.

public virtual bool Contains(
   ParamDecl item
);

Parameters

item
The ParamDecl to check for.

Return Value

true if item is found in the ParamDeclCollection; otherwise, false.

See Also

ParamDeclCollection Class | DDW.CSharp.Dom Namespace