CompositeOperation.VisitAffectedObjects Method |
Executes a given action on all recordable objects involved with the current Operation.
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 override void VisitAffectedObjects( Action<Object> action )
Parameters
- action
- Type: System.Action<Object>