Udostępnij za pośrednictwem


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

Definicja

Pobiera parę klucz/wartość w określonym indeksie.

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)

Parametry

index
Int32

Indeks oparty na zerach pary do pobrania.

Zwraca

Element w określonym indeksie.

Wyjątki

index jest mniejsza niż 0 lub większa lub równa Count.

Dotyczy