共用方式為


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

適用於