IHashSetDynamicAdviceFactory<TPayload> 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 IHashSetDynamicAdviceFactory<TPayload>
Type Parameters
- TPayload
- Type of the advice payload.
The IHashSetDynamicAdviceFactory<TPayload> type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates a new instance implementing IHashSetDynamicAdvice<T>.
|