SortedList<TKey,TValue>.GetKeyAtIndex(Int32) Método

Definición

Obtiene la clave correspondiente al índice especificado.

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

Parámetros

index
Int32

Índice de base cero de la clave dentro de toda SortedList<TKey,TValue>la colección .

Devoluciones

TKey

Clave correspondiente al índice especificado.

Excepciones

El índice especificado está fuera del intervalo.

Se aplica a