Comparteix a través de


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

Definición

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

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

Parámetros

index
Int32

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

Valor de propiedad

TValue

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

Implementaciones

Se aplica a