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

Definition

Gets a reference to the value associated with the specified key.

C#
public ref readonly TValue this[TKey key] { get; }

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

Product Versions
.NET 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)