IDynamicallyAdvisableHashSet Interface |
Namespace: PostSharp.Patterns.Collections.Advices
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
public interface IDynamicallyAdvisableHashSet : IDynamicallyAdvisable, IQueryInterface, ICollection, IEnumerable
The IDynamicallyAdvisableHashSet type exposes the following members.
Name | Description | |
---|---|---|
ItemType |
Gets the type of items in the collection.
|
Name | Description | |
---|---|---|
Advise |
Adds an advice to the object.
(Inherited from IDynamicallyAdvisable.) | |
QueryAdvice<T> |
Queries an interface implemented by a dynamic advice.
(Inherited from IDynamicallyAdvisable.) | |
QueryInterface<T> |
Gets the implementation of a specified interface for the current object.
(Inherited from IQueryInterface.) | |
Unadvise |
Removes an advice from the object.
(Inherited from IDynamicallyAdvisable.) |