Goblin - A Platform for 3D AR and VR Applications

CaseCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a Case in the CaseCollection.

public virtual int IndexOf(
   Case item
);

Parameters

item
The Case to locate in the CaseCollection.

Return Value

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

See Also

CaseCollection Class | DDW.CSharp.Dom Namespace