Property<TValue, TIndex> Class |
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
[SerializableAttribute] public sealed class Property<TValue, TIndex>
Type Parameters
- TValue
- Property value type.
- TIndex
- Property index type.
The Property<TValue, TIndex> type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a delegate enabling to invoke the get accessor
of the imported property.
| |
Set |
Gets a delegate enabling to invoke the set accessor
of the imported property.
|