In a template applied to a field or property, the field or property value can be represented as a parameter named value
. The type of this parameter must be dynamic
or be compatible with the field or property type.
Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In a template applied to a field or property, the field or property value can be represented as a parameter named <c>value</c>. The type of this parameter must be <c>dynamic</c> or be compatible with the field or property type.", false)]
public sealed class LocationValueAttribute : AdviceParameterAttribute
Constructors
Name | Description |
---|---|
LocationValueAttribute() |