Open sandboxFocus

Class Property<TValue>

In PostSharp, this class allowed the run-time code of the aspect to access a property in the target code. In Metalama, no run-time helper is required because the template directly generates run-time code. Use IProperty.Value to generate run-time code for any property.

Inheritance
Property<TValue>
Implements
Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In PostSharp, this class allowed the run-time code of the aspect to access a property in the target code. In Metalama, no run-time helper is required because the template directly generates run-time code. Use 'IProperty'.'IExpression.Value' to generate run-time code for any property.", false)]
public sealed class Property<TValue> : IProperty
Type Parameters
Name Description
TValue

Constructors

Name Description
Property(PropertyGetter<TValue>, PropertySetter<TValue>)

Fields

Name Description
Get
Set