OrderedDictionary<TKey,TValue>.KeyCollection.IReadOnlyList<TKey>.Item[Int32] Właściwość

Definicja

Pobiera element w określonym indeksie na liście tylko do odczytu.

property TKey System::Collections::Generic::IReadOnlyList<TKey>::Item[int] { TKey get(int index); };
TKey System.Collections.Generic.IReadOnlyList<TKey>.Item[int index] { get; }
member this.System.Collections.Generic.IReadOnlyList<TKey>.Item(int) : 'Key
 ReadOnly Property Item(index As Integer) As TKey Implements IReadOnlyList(Of TKey).Item

Parametry

index
Int32

Indeks zerowy elementu do pobrania.

Wartość właściwości

TKey

Element w określonym indeksie na liście tylko do odczytu.

Implementuje

Dotyczy