ImmutableSortedDictionary<TKey,TValue>.IDictionary<TKey,TValue>.Item[TKey] Propriété

Définition

Obtient ou définit le TValue avec la clé spécifiée.

property TValue System::Collections::Generic::IDictionary<TKey,TValue>::Item[TKey] { TValue get(TKey key); void set(TKey key, TValue value); };
TValue System.Collections.Generic.IDictionary<TKey,TValue>.Item[TKey key] { get; set; }
member this.System.Collections.Generic.IDictionary<TKey,TValue>.Item('Key) : 'Value with get, set
 Property Item(key As TKey) As TValue Implements IDictionary(Of TKey, TValue).Item

Paramètres

key
TKey

Objet à utiliser comme clé de l’élément auquel accéder.

Valeur de propriété

TValue

Objet de type TValue associé à .key

Implémente

S’applique à