ApplyChanges(IncrementalHashSet<T>, in ApplyChangesContext)
Overrides the current collection with another collection and returns the result.
Declaration
public IncrementalHashSet<T> ApplyChanges(IncrementalHashSet<T> other, in ApplyChangesContext context)
Parameters
Type | Name | Description |
---|---|---|
IncrementalHashSet<T> | other | |
ApplyChangesContext | context |
Returns
Type | Description |
---|---|
IncrementalHashSet<T> |