TableSectionBase<T>.IndexOf(T) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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)