IndexOf
NonGenericList.IndexOf method
确定特定项目的索引IList .
public int IndexOf(object value)
范围 | 类型 | 描述 |
---|---|---|
value | Object | 这Object定位在IList. |
返回值
的索引value如果在列表中找到;否则,-1.
也可以看看
- class NonGenericList
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
确定特定项目的索引IList .
public int IndexOf(object value)
范围 | 类型 | 描述 |
---|---|---|
value | Object | 这Object定位在IList. |
的索引value如果在列表中找到;否则,-1.