TextLineCollection.IndexOf
TextLineCollection.IndexOf method
获取给定位置的索引。
public int IndexOf(int position)
范围 | 类型 | 描述 |
---|---|---|
position | Int32 | 职位 |
返回值
集合在字典中的索引 - 或 - 如果未找到该位置,则为 -1。
例外
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException |
获取给定位置的索引。
public int IndexOf(int position)
范围 | 类型 | 描述 |
---|---|---|
position | Int32 | 职位 |
集合在字典中的索引 - 或 - 如果未找到该位置,则为 -1。
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException |