AdvisableDictionary<TKey, TValue>.SetItem Method |
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 4.3.48.0 (4.3.48.0)

protected virtual void SetItem( TKey key, TValue value, TValue oldValue )
Parameters

There is redundancy in requiring both key and oldValue, but this redundancy is required for performance reason.
![]() |
---|
This method does not cause the advices to be executed. It should be invoked only from inside the scope of the ExecuteWithAdvices<TResult, TAction>(ObjectAccessLevel, TAction) method. |
