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

PropertyGetter<TValue, TIndex> Class

Defines the signature of methods implementing the Get semantic of a property with a single index parameter.

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

Property value type.

TIndex

Property index type.

Constructors

Name Description
PropertyGetter(Object, IntPtr)

Methods

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

See Also

Property<TValue, TIndex>