Compartir a través de


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

Definición

Obtiene el par clave-valor en el í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

Índice de base cero del par que se va a obtener.

Devoluciones

Elemento en el índice especificado.

Excepciones

index es menor que 0 o mayor o igual que Count.

Se aplica a