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

Definição

Obtém a chave correspondente ao í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

O índice baseado em zero da chave dentro de todo SortedList<TKey,TValue>o .

Retornos

TKey

A chave correspondente ao índice especificado.

Exceções

O índice especificado está fora do intervalo.

Aplica-se a