PostSharpAPI ReferencePost­Sharp.​Patterns.​Collections.​AdvicesIDynamically­Advisable­Dictionary
Open sandboxFocus

IDynamicallyAdvisableDictionary Interface

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

Properties

Name Description
KeyType

Type of keys in the dictionary.

ValueType

Type of values in the dictionary.