Empty<T>()
Creates new IncrementalHashSet<T> that represents the absence of any operation.
Declaration
public static IncrementalHashSet<T> Empty<T>() where T : notnull
Returns
Type | Description |
---|---|
IncrementalHashSet<T> |
Type Parameters
Name | Description |
---|---|
T |