PostSharpAPI ReferencePost­Sharp.​Patterns.​Recording.​OperationsIField­Operation
Open sandboxFocus

IFieldOperation Interface

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 this instance.