Class Property<TValue>
Implements
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class Property<TValue> : Object, IProperty
Type Parameters
Name | Description |
---|---|
TValue |
Constructors
Name | Description |
---|---|
Property(PropertyGetter<TValue>, PropertySetter<TValue>) |
Properties
Name | Description |
---|---|
Get | |
Set |
Explicit Interface Implementations
Name | Description |
---|---|
IProperty.GetValue() | |
IProperty.SetValue(Object) |