Recorder.Attach Method |
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
public void Attach( Object obj )
Parameters
- obj
- Type: System.Object
The recordable object whose changes need to be recorded into the current Recorder.
This method implicitly attaches all descendants of obj to the current Recorder.