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 todo SortedList<TKey,TValue>.

Devoluciones

TKey

Clave correspondiente al índice especificado.

Excepciones

El índice especificado está fuera del intervalo.

Se aplica a