SortedList<TKey,TValue>.GetValueAtIndex(Int32) Metoda

Definicja

Pobiera wartość odpowiadającą określonemu indeksowi.

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

Parametry

index
Int32

Indeks oparty na zerze wartości w obrębie całej SortedList<TKey,TValue>wartości .

Zwraca

TValue

Wartość odpowiadająca określonemu indeksowi.

Wyjątki

Określony indeks był poza zakresem.

Dotyczy