Goblin - A Platform for 3D AR and VR Applications

RankSpecifierCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a RankSpecifier in the RankSpecifierCollection.

public virtual int IndexOf(
   RankSpecifier item
);

Parameters

item
The RankSpecifier to locate in the RankSpecifierCollection.

Return Value

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

See Also

RankSpecifierCollection Class | DDW.CSharp.Dom Namespace