Goblin - A Platform for 3D AR and VR Applications

CatchCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a Catch in the CatchCollection.

public virtual int IndexOf(
   Catch item
);

Parameters

item
The Catch to locate in the CatchCollection.

Return Value

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

See Also

CatchCollection Class | DDW.CSharp.Dom Namespace