PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesProperty­Getter<TValue>
Open sandboxFocus

PropertyGetter<TValue> Class

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

Inheritance
PropertyGetter<TValue>
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class PropertyGetter<TValue> : MulticastDelegate
Type Parameters
Name Description
TValue

Property value type.

Constructors

Name Description
PropertyGetter(Object, IntPtr)

Methods

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

See Also

Property<TValue>