Version: 2020.3
public int IndexOf (FieldInfo item);
public int IndexOf (object item);

参数

item 要在集合中定位的对象。

返回

int 返回此项首次出现位置的索引(索引从 0 开始)。如果找不到此项,则返回 -1

描述

Gets the first occurrence of an item in the FieldInfoCollection.