Comparteix a través de


OrderedDictionary<TKey,TValue>.KeyCollection.IReadOnlyList<TKey>.Item[Int32] Propiedad

Definición

Obtiene el elemento del índice especificado en la lista de solo lectura.

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

Parámetros

index
Int32

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

Valor de propiedad

TKey

Elemento del índice especificado en la lista de solo lectura.

Implementaciones

Se aplica a