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

Definizione

Ottiene o imposta l'elemento in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

Indice in base zero dell'elemento da ottenere o impostare.

Valore della proprietà

TValue

Elemento in corrispondenza dell'indice specificato.

Implementazioni

Si applica a