Freigeben über


OrderedDictionary<TKey,TValue>.GetAt(Int32) Methode

Definition

Ruft das Schlüssel-Wert-Paar am angegebenen Index ab.

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)

Parameter

index
Int32

Der nullbasierte Index des abzurufenden Paares.

Gibt zurück

Das Element am angegebenen Index.

Ausnahmen

index ist kleiner als 0 oder größer als oder gleich Count.

Gilt für: