IFieldOperation Interface |
Weakly-typed interface for FieldOperation<T>.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IFieldOperation
The IFieldOperation type exposes the following members.
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 this instance.
|