HashSetOperation<T>.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: 6.9.11.0 (6.9.11.0)
C#
public override void VisitAffectedObjects( Action<Object> action )
Parameters
- action
- Type: System.Action<Object>