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 base zero do valor dentro de todo SortedList<TKey,TValue>o .

Devoluções

TValue

O valor correspondente ao índice especificado.

Exceções

O índice especificado estava fora do alcance.

Aplica-se a