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

Definice

Získá hodnotu odpovídající zadanému indexu.

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

Nulový index hodnoty v rámci celého SortedList<TKey,TValue>objektu .

Návraty

TValue

Hodnota odpovídající zadanému indexu.

Výjimky

Zadaný index byl mimo rozsah.

Platí pro