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

Definição

Obtém o valor correspondente ao í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

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

Retornos

TValue

O valor correspondente ao índice especificado.

Exceções

O índice especificado estava fora do intervalo.

Aplica-se a