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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.