pmMDA.NET

PagedListBase.IndexOf Method 

[This is preliminary documentation and subject to change.]

Determines the index of a specific value in this list.

public int IndexOf(
   object value
);

Parameters

value
The value to locate in this list.

Return Value

The index of the specified value if found in this list; otherwise, -1.

Implements

IList.IndexOf

Exceptions

Exception Type Condition
ArgumentException The value is not of type IDataObject.
PagingException The items of this list could not be iterated.

See Also

PagedListBase Class | PmMda.Net.Dog.Paging Namespace