ImmutableHashSet<T>.Builder.Clear Method

Definition

Removes all items from the immutable hash set.

public:
 virtual void Clear();
public void Clear ();
abstract member Clear : unit -> unit
override this.Clear : unit -> unit
Public Sub Clear ()

Implements

Exceptions

The hash set is read-only.

Applies to