FrozenDictionary<TKey,TValue>.Item[TKey] Property

Definition

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