FrozenSet Class
Definition
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.
Provides a set of initialization methods for instances of the FrozenSet<T> class.
public ref class FrozenSet abstract sealed
public static class FrozenSet
type FrozenSet = class
Public Module FrozenSet
- Inheritance
-
FrozenSet
Methods
Create<T>(IEqualityComparer<T>, ReadOnlySpan<T>) |
Creates a FrozenSet<T> with the specified values. |
Create<T>(ReadOnlySpan<T>) |
Creates a FrozenSet<T> with the specified values. |
ToFrozenSet<T>(IEnumerable<T>, IEqualityComparer<T>) |
Creates a FrozenSet<T> with the specified values. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.