Property<TValue> Class |
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
[SerializableAttribute] public sealed class Property<TValue> : IProperty
Type Parameters
- TValue
- Property value type.
The Property<TValue> 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.
|