PropertyGetter<TValue, TIndex> Delegate |
Defines the signature of methods implementing the Get
semantic of a property with a single index parameter.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public delegate TValue PropertyGetter<TValue, TIndex>( TIndex index )
Parameters
- index
- Type: TIndex
Index.
Type Parameters
- TValue
- Property value type.
- TIndex
- Property index type.
Return Value
Type: TValueThe property value.