PropertyGetter<TValue> Delegate |
Defines the signature of methods implementing the Get
semantic of a parameterless property.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public delegate TValue PropertyGetter<TValue>()
Type Parameters
- TValue
- Property value type.
Return Value
Type: TValueThe property value.