Open sandboxFocus

Delegate PropertyGetter<TValue>

Defines the signature of methods implementing the Get semantic of a parameterless property.

Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public delegate TValue PropertyGetter<TValue>()
Returns
Type Description
TValue

The property value.

Type Parameters
Name Description
TValue

Property value type.

Constructors

Name Description
PropertyGetter(object, nint)

Methods

Name Description
BeginInvoke(AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke()

See Also

Property<TValue>