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.
Classes
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
FrozenDictionary<TKey,TValue>.AlternateLookup<TAlternateKey> |
Provides a type that may be used to perform operations on a FrozenDictionary<TKey,TValue> using a |
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 |
FrozenSet<T>.Enumerator |
Enumerates the values of a FrozenSet<T>. |