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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.