Defines the semantics of a dictionary that can be advised dynamically.
Namespace: PostSharp.Patterns.Collections.Advices
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface IDynamicallyAdvisableDictionary : IDynamicallyAdvisable, IQueryInterface, IDictionary, ICollection, IEnumerableProperties
| Name | Description |
|---|---|
| KeyType | Type of keys in the dictionary. |
| ValueType | Type of values in the dictionary. |