Partager via


OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.Item[Int32] Propriété

Définition

Obtient ou définit l’élément à l’index spécifié.

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

Paramètres

index
Int32

Index de base zéro de l’élément à obtenir ou définir.

Valeur de propriété

TValue

Élément à l’index spécifié.

Implémente

S’applique à