Creates a new IncrementalHashSet<T> that represents the option of removing an item
from the collection, additionally to any operation represented by the current object.
Declaration
public IncrementalHashSet<T> Remove(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
Returns
Creates a new IncrementalHashSet<T> that represents the option of removing a items
from the collection, additionally to any operation represented by the current object.
Declaration
public IncrementalHashSet<T> Remove(T[] items)
Parameters
Type |
Name |
Description |
T[] |
items |
|
Returns
Creates a new IncrementalHashSet<T> that represents the option of removing a items
from the , additionally to any operation represented by the current object.
Declaration
public IncrementalHashSet<T> Remove(IEnumerable<T> items)
Parameters
Returns