FrozenSet Class

Definition

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

ToFrozenSet<T>(IEnumerable<T>, IEqualityComparer<T>)

Creates a FrozenSet<T> with the specified values.

Applies to