TableSectionBase<T>.IndexOf(T) Method

Definition

Returns the index of the first occurrence of item in this TableSectionBase<T> object.

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

Parameters

item
T

The instance for which to find its index.

Returns

The index of the first occurrence of item in this TableSectionBase<T> object.

Implements

Applies to