OrderedDictionary<TKey,TValue>.ValueCollection.IReadOnlyList<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 TValue System::Collections::Generic::IReadOnlyList<TValue>::Item[int] { TValue get(int index); };
TValue System.Collections.Generic.IReadOnlyList<TValue>.Item[int index] { get; }
member this.System.Collections.Generic.IReadOnlyList<TValue>.Item(int) : 'Value
ReadOnly Property Item(index As Integer) As TValue Implements IReadOnlyList(Of 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.