OrderedDictionary<TKey,TValue>.IndexOf(TKey) 方法

定义

确定 OrderedDictionary<TKey,TValue>中特定键的索引。

public:
 int IndexOf(TKey key);
public int IndexOf (TKey key);
member this.IndexOf : 'Key -> int
Public Function IndexOf (key As TKey) As Integer

参数

key
TKey

要查找的键。

返回

找到 key 的索引;否则为 -1。

例外

key null

适用于