TableSectionBase<T>.IndexOf(T) 方法

定义

返回 TableSectionBase<T> 对象中第一个出现的 item 的索引。

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

参数

item
T

要查找其索引的实例。

返回

System.Int32

TableSectionBase<T> 对象中第一个出现的 item 的索引。

实现

System.Collections.Generic.IList`1.IndexOf(`0)

适用于