HashSetDynamicAdvice<T>.ChangeMany Method |
Namespace: PostSharp.Patterns.Collections.Advices
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
public virtual void ChangeMany( AdviceEnumerator<IHashSetDynamicAdvice<T>> nextAdvices, IList<T> itemsToAdd, IList<T> itemsToRemove )
Parameters
- nextAdvices
- Type: PostSharp.Patterns.DynamicAdvising.AdviceEnumerator<IHashSetDynamicAdvice<T>>
- itemsToAdd
- Type: System.Collections.Generic.IList<T>
- itemsToRemove
- Type: System.Collections.Generic.IList<T>