Partager via


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

Définition

Obtient la paire clé/valeur à l’index spécifié.

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)

Paramètres

index
Int32

Index de base zéro de la paire à obtenir.

Retours

Élément à l’index spécifié.

Exceptions

index est inférieur à 0 ou supérieur ou égal à Count.

S’applique à