ImmutableSortedDictionary<TKey,TValue>.Item[TKey] 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 le TValue associé à la clé spécifiée.
public:
property TValue default[TKey] { TValue get(TKey key); };
public TValue this[TKey key] { get; }
member this.Item('Key) : 'Value
Default Public ReadOnly Property Item(key As TKey) As TValue
Paramètres
- key
- TKey
Clé permettant de récupérer la valeur.
Valeur de propriété
Valeur associée à la clé spécifiée. Si aucun résultat n’est trouvé, l’opération lève une exception.