Compartir a través de


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

Definición

Obtiene o establece el elemento en el índice especificado.

property TValue System::Collections::Generic::IList<TValue>::Item[int] { TValue get(int index); void set(int index, TValue value); };
TValue System.Collections.Generic.IList<TValue>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<TValue>.Item(int) : 'Value with get, set
 Property Item(index As Integer) As TValue Implements IList(Of TValue).Item

Parámetros

index
Int32

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

Valor de propiedad

TValue

Elemento en el índice especificado.

Implementaciones

Se aplica a