SetOperation<T>.VisitAffectedObjects Method |
Executes a given action on all recordable objects involved with the current Operation.
Namespace: PostSharp.Patterns.Recording.OperationsAssembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public override void VisitAffectedObjects( Action<Object> action )
Parameters
- action
- Type: System.Action<Object>
