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>内のキーの 0 から始まるインデックス。

戻り値

TKey

指定したインデックスに対応するキー。

例外

指定したインデックスが範囲外です。

適用対象