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

Definice

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

public:
 TKey GetKeyAtIndex(int index);
public TKey GetKeyAtIndex (int index);
member this.GetKeyAtIndex : int -> 'Key
Public Function GetKeyAtIndex (index As Integer) As TKey

Parametry

index
Int32

Index klíče založený na nule v rámci celého SortedList<TKey,TValue>objektu .

Návraty

TKey

Klíč odpovídající zadanému indexu.

Výjimky

Zadaný index je mimo rozsah.

Platí pro