An NDoc Documented Class Library

TieredVector.IndexOf Method (IComparable)

Find the first occurrence of an element in the vector.

public virtual int IndexOf(
   IComparable o
);

Parameters

o
The element to look for.

Return Value

The index of the first occurrence, or -1 if not found.

See Also

TieredVector Class | Ringlet.Collections Namespace | TieredVector.IndexOf Overload List