ImmutableSortedDictionary<TKey,TValue>.IDictionary<TKey,TValue>.Item[TKey] Właściwość

Definicja

Pobiera lub ustawia element TValue za pomocą określonego klucza.

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

Parametry

key
TKey

Obiekt, który ma być używany jako klucz elementu w celu uzyskania dostępu.

Wartość właściwości

TValue

Obiekt typu TValue skojarzony z obiektem key.

Implementuje

Dotyczy