ImmutableHashSet<T>.Clear Method

Definition

Retrieves an empty immutable hash set that has the same sorting and ordering semantics as this instance.

public:
 System::Collections::Immutable::ImmutableHashSet<T> ^ Clear();
public System.Collections.Immutable.ImmutableHashSet<T> Clear ();
member this.Clear : unit -> System.Collections.Immutable.ImmutableHashSet<'T>
Public Function Clear () As ImmutableHashSet(Of T)

Returns

An empty hash set that has the same sorting and ordering semantics as this instance.

Applies to