In Metalama, use OverrideFieldOrPropertyAspect.
Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In Metalama, use 'OverrideFieldOrPropertyAspect'.", false)]
public interface ILocationInterceptionAspect : ILocationLevelAspect, IAspectMethods
| Name | Description |
|---|---|
| OnGetValue(LocationInterceptionArgs) | In Metalama, implement OverrideProperty. |
| OnSetValue(LocationInterceptionArgs) | In Metalama, implement OverrideProperty. |