Weakly-typed interface for FieldOperation<T>.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public interface IFieldOperationProperties
| Name | Description |
|---|---|
| Location | Gets the LocationInfo of the modified field. |
| NewValue | Gets the value of the field after the operation. |
| OldValue | Gets the value of the field before the operation. |
| Target | Gets the |