PostSharp / / API Reference / Post­Sharp.​Aspects.​Advices / Property<TValue>

Class Property<TValue>

Inheritance
Property<TValue>
Implements
IProperty
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)