Class PropertyGetter<TValue>
Defines the signature of methods implementing the Get semantic of a parameterless property.
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() |