Udostępnij za pośrednictwem


FrozenDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Item[TKey] Właściwość

Definicja

Pobiera element, który ma określony klucz w słowniku tylko do odczytu.

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

Parametry

key
TKey

Klucz do zlokalizowania.

Wartość właściwości

TValue

Element, który ma określony klucz w słowniku tylko do odczytu.

Implementuje

Dotyczy