Open sandboxFocus

Property Empty

Empty

Gets an IncrementalHashSet<T> that represents the absence of any change in the collection.

Declaration
public static IncrementalHashSet<T> Empty { get; }
Property Value
Type Description
IncrementalHashSet<T>
Remarks

If you are looking for an object resulting in an empty collection even if the previous collection is not empty, use Clear<T>().