FrozenDictionary<TKey,TValue>.Item[TKey] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the value associated with the specified key.
public:
property TValue& ^ default[TKey] { TValue& ^ get(TKey key); };
public ref readonly TValue this[TKey key] { get; }
member this.Item('Key) : 'Value
Default Public ReadOnly Property Item(key As TKey) As TValue
Parameters
- key
- TKey
The key of the value to get.
Property Value
TValue
A reference to the value associated with the specified key.
Exceptions
key
does not exist in the collection.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.