OrderedDictionary<TKey,TValue>.IReadOnlyList<KeyValuePair<TKey,TValue>>.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’élément à l’index spécifié dans la liste en lecture seule.
property System::Collections::Generic::KeyValuePair<TKey, TValue> System::Collections::Generic::IReadOnlyList<System::Collections::Generic::KeyValuePair<TKey,TValue>>::Item[int] { System::Collections::Generic::KeyValuePair<TKey, TValue> get(int index); };
System.Collections.Generic.KeyValuePair<TKey,TValue> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Item[int index] { get; }
member this.System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Item(int) : System.Collections.Generic.KeyValuePair<'Key, 'Value>
ReadOnly Property Item(index As Integer) As KeyValuePair(Of TKey, TValue) Implements IReadOnlyList(Of KeyValuePair(Of TKey, TValue)).Item
Paramètres
- index
- Int32
Index de base zéro de l’élément à obtenir.
Valeur de propriété
Élément à l’index spécifié dans la liste en lecture seule.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.