Clear<T>()
Creates new IncrementalHashSet<T> that represents the operation clearing the collection of all items.
Declaration
public static IncrementalHashSet<T> Clear<T>() where T : notnull
Returns
Type | Description |
---|---|
IncrementalHashSet<T> |
Type Parameters
Name | Description |
---|---|
T |