PostSharpAPI ReferencePost­Sharp.​Patterns.​Collections.​AdvicesHash­Set­Dynamic­Advice<T>Change­Many
Open sandboxFocus

HashSetDynamicAdvice<T>.ChangeMany Method

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
Implements
IHashSetDynamicAdvice<T>.ChangeMany(AdviceEnumerator<IHashSetDynamicAdvice<T>>, IList<T>, IList<T>)