Share via


CollectionPage<T>.IndexOf(T) Method

Definition

Get the index of an item in the current page.

public int IndexOf (T item);
abstract member IndexOf : 'T -> int
override this.IndexOf : 'T -> int
Public Function IndexOf (item As T) As Integer

Parameters

item
T

The item to get the index for.

Returns

Implements

Applies to