Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

System.Collections.Frozen Namespace

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.

Contains types that provide immutable, read-only collections optimized for fast lookup and enumeration.

Classes

Name Description
FrozenDictionary

Provides a set of initialization methods for instances of the FrozenDictionary<TKey,TValue> class.

FrozenDictionary<TKey,TValue>

Provides an immutable, read-only dictionary optimized for fast lookup and enumeration.

FrozenSet

Provides a set of initialization methods for instances of the FrozenSet<T> class.

FrozenSet<T>

Provides an immutable, read-only set optimized for fast lookup and enumeration.

Structs

Name Description
FrozenDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>

Provides a type that may be used to perform operations on a FrozenDictionary<TKey,TValue> using a TAlternateKey as a key instead of a TKey.

FrozenDictionary<TKey,TValue>.Enumerator

Enumerates the elements of a FrozenDictionary<TKey,TValue>.

FrozenSet<T>.AlternateLookup<TAlternate>

Provides a type that may be used to perform operations on a FrozenSet<T> using a TAlternate as a key instead of a T.

FrozenSet<T>.Enumerator

Enumerates the values of a FrozenSet<T>.


Feedback

Was this page helpful?