PostSharp//API Reference/Post­Sharp.​Aspects.​Advices/Property­Getter<TValue, TIndex>
Open sandboxFocus

Class PropertyGetter<TValue, TIndex>

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)