AdvisableDictionary<TKey, TValue>.AddItem Method |
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.6.14.0 (6.6.14.0)
protected virtual void AddItem( TKey key, TValue value )
Parameters
This method does not cause the advices to be executed. It should be invoked only from inside the scope of the ExecuteWithAdvices method. |