SortedList<TKey,TValue>.GetKeyAtIndex(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對應至指定索引的索引鍵。
public:
TKey GetKeyAtIndex(int index);
public TKey GetKeyAtIndex (int index);
member this.GetKeyAtIndex : int -> 'Key
Public Function GetKeyAtIndex (index As Integer) As TKey
參數
- index
- Int32
索引鍵在整個 SortedList<TKey,TValue>內以零起始的索引。
傳回
TKey
對應至指定索引的索引鍵。
例外狀況
指定的索引超出範圍。