ArgumentsWriter.Clone Method (Boolean) |
Clones the current ArgumentsWriter and specifies whether the clone should be reset.
Namespace: PostSharp.Sdk.AspectWeaver.Transformations
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public ArgumentsWriter Clone( bool reset )
Parameters
- reset
- Type: System.Boolean
true if all stateful information of the ArgumentsWriter should be cleared, otherwise false.
Return Value
Type: ArgumentsWriterA clone of the current ArgumentsWriter.