ReadOnlyMetadataCollection<T>.IndexOf(T) 方法
定义
返回指定的值在此集合中的索引。Returns the index of the specified value in this collection.
public:
virtual int IndexOf(T value);
public virtual int IndexOf (T value);
override this.IndexOf : 'T -> int
Public Overridable Function IndexOf (value As T) As Integer
参数
- value
- T
要搜寻的值。A value to seek.
返回
指定的值在此集合中的索引。The index of the specified value in this collection.