Weakly-typed interface for FieldOperation<T>.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
public interface IFieldOperation
Properties
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 |