Język

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 zerowy wartości w całym SortedList<TKey,TValue>obiekcie .

Zwraca

TValue

Wartość odpowiadająca określonemu indeksowi.

Wyjątki

Określony indeks był poza zakresem.

Dotyczy