FrozenSet<T>
public abstract class FrozenSet<T> : ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>, ICollection
Provides an immutable, read-only set optimized for fast lookup and enumeration.
Enumerates the values of a FrozenSet<T>.
Gets an empty FrozenSet<T>.
Gets the comparer used by this set.
Gets the number of values contained in the set.
Gets a collection containing the values in the set.
Determines whether the set contains the specified element.
Copies the values in the set to an array, starting at the specified destinationIndex.
Copies the values in the set to a span.
Returns an enumerator that iterates through the set.
Determines whether the current set is a proper (strict) subset of a specified collection.
Determines whether the current set is a proper (strict) superset of a specified collection.
Determines whether a set is a subset of a specified collection.
Determines whether the current set is a superset of a specified collection.
Determines whether the current set overlaps with the specified collection.
Determines whether the current set and the specified collection contain the same elements.
Searches the set for a given value and returns the equal value it finds, if any.