Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a ParamDecl in the ParamDeclCollection.

public virtual int IndexOf(
   ParamDecl item
);

Parameters

item
The ParamDecl to locate in the ParamDeclCollection.

Return Value

The zero-based index of the first occurrence of item in the entire ParamDeclCollection, if found; otherwise, -1.

See Also

ParamDeclCollection Class | DDW.CSharp.Dom Namespace