Partager via


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

Définition

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

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

Paramètres

index
Int32

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

Valeur de propriété

TKey

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

Implémente

S’applique à