IndexOf
ReadOnlyList<T>.IndexOf method
确定集合中特定项目的索引。
public int IndexOf(T item)
范围 | 类型 | 描述 |
---|---|---|
item | T | 要在集合中定位的项目。 |
返回值
的指数item如果在收藏中找到;否则,-1。
也可以看看
- class ReadOnlyList<T>
- 命名空间 GroupDocs.Metadata.Common
- 部件 GroupDocs.Metadata
确定集合中特定项目的索引。
public int IndexOf(T item)
范围 | 类型 | 描述 |
---|---|---|
item | T | 要在集合中定位的项目。 |
的指数item如果在收藏中找到;否则,-1。