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

Definición

Obtiene el valor correspondiente al índice especificado.

public:
 TValue GetValueAtIndex(int index);
public TValue GetValueAtIndex (int index);
member this.GetValueAtIndex : int -> 'Value
Public Function GetValueAtIndex (index As Integer) As TValue

Parámetros

index
Int32

Índice de base cero del valor dentro de todo SortedList<TKey,TValue>.

Devoluciones

TValue

Valor correspondiente al índice especificado.

Excepciones

El índice especificado estaba fuera del intervalo.

Se aplica a