SortedList<TKey,TValue>.GetValueAtIndex(Int32) メソッド

定義

指定したインデックスに対応する値を取得します。

public:
 TValue GetValueAtIndex(int index);
public TValue GetValueAtIndex (int index);
member this.GetValueAtIndex : int -> 'Value
Public Function GetValueAtIndex (index As Integer) As TValue

パラメーター

index
Int32

全体 SortedList<TKey,TValue>内の値の 0 から始まるインデックス。

戻り値

TValue

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

例外

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

適用対象