Partilhar via


OrderedDictionary<TKey,TValue>.GetAt(Int32) Método

Definição

Obtém o par chave/valor no índice especificado.

public:
 System::Collections::Generic::KeyValuePair<TKey, TValue> GetAt(int index);
public System.Collections.Generic.KeyValuePair<TKey,TValue> GetAt (int index);
member this.GetAt : int -> System.Collections.Generic.KeyValuePair<'Key, 'Value>
Public Function GetAt (index As Integer) As KeyValuePair(Of TKey, TValue)

Parâmetros

index
Int32

O índice baseado em zero do par a ser obtido.

Retornos

O elemento no índice especificado.

Exceções

index é menor que 0 ou maior ou igual a Count.

Aplica-se a