Defines the semantics of a collection that can be advised dynamically.
Namespace: PostSharp.Patterns.Collections.Advices
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface IDynamicallyAdvisableCollection : IDynamicallyAdvisable, IQueryInterface, ICollection, IEnumerable
Properties
Name | Description |
---|---|
ItemType | Gets the type of items in the collection. |