pmMDA.NET

SortedArray.IndexOf Method 

[This is preliminary documentation and subject to change.]

Returns the zero-based index of the first occurrence of an value in this list.

public int IndexOf(
   object value
);

Parameters

value
The item to locate in this list.

Return Value

The zero-based index of the first occurrence of value within the entire list, if found; otherwise, -1.

Implements

IList.IndexOf

Exceptions

Exception Type Condition
ArgumentException The value can not be compared to the items of this list.

See Also

SortedArray Class | PmMda.Net.Dog.Paging Namespace