ConfigurationGetter<!0, !1> Delegate |
Delegate definition for methods that retrieve the value of some property
of a AspectConfiguration.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public delegate !1 ConfigurationGetter<!0, !1>( !0 configuration ) where !0 : AspectConfiguration
Parameters
- configuration
- Type: !0
Aspect configuration.
Type Parameters
- !0
[Missing <typeparam name="!0"/> documentation for "T:PostSharp.Sdk.AspectWeaver.ConfigurationGetter`2"]
- !1
[Missing <typeparam name="!1"/> documentation for "T:PostSharp.Sdk.AspectWeaver.ConfigurationGetter`2"]
Return Value
Type: !1Typically an aspect configuration property.