ChangeMany(AdviceEnumerator<IHashSetDynamicAdvice<T>>, IList<T>, IList<T>)
Adds and/or removes several items to or from the hash set.
Declaration
void ChangeMany(AdviceEnumerator<IHashSetDynamicAdvice<T>> nextAdvices, IList<T> itemsToAdd, IList<T> itemsToRemove)
Parameters
Type | Name | Description |
---|---|---|
AdviceEnumerator<IHashSetDynamicAdvice<T>> | nextAdvices | |
IList<T> | itemsToAdd | |
IList<T> | itemsToRemove |