ImmutableDictionary<TKey,TValue>.IDictionary<TKey,TValue>.Item[TKey] Proprietà

Definizione

Ottiene o imposta l'oggetto TValue con la chiave specificata.

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

Parametri

key
TKey

Tipo della chiave.

Valore della proprietà

TValue

Oggetto di tipo TValue associato all'oggetto key.

Implementazioni

Si applica a