ChangeMany(AdviceEnumerator<IHashSetDynamicAdvice<T>>, IList<T>, IList<T>)
Adds and/or removes several items to or from the hash set.
Declaration
public virtual 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 |