Factory for IHashSetDynamicAdvice<T> advices.
Namespace: PostSharp.Patterns.Collections.Advices
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface IHashSetDynamicAdviceFactory<TPayload>
Type Parameters
Name | Description |
---|---|
TPayload | Type of the advice payload. |
Methods
Name | Description |
---|---|
Create(IDynamicallyAdvisableHashSet, TPayload) | Creates a new instance implementing IHashSetDynamicAdvice<T>. |