SortedList<TKey,TValue>.GetKeyAtIndex(Int32) 方法

定義

取得對應至指定索引的索引鍵。

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

對應至指定索引的索引鍵。

例外狀況

指定的索引超出範圍。

適用於