InstructionWriterExtensions.EmitWriteLine Method |
Emits instructions that write a line using WriteLine(String).
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static void EmitWriteLine( this BaseInstructionWriter writer, string format, params Object[] parameters )
Parameters
- writer
- Type: PostSharp.Sdk.CodeModel.BaseInstructionWriter
An BaseInstructionWriter. - format
- Type: System.String
Formatting string. - parameters
- Type: System.Object[]
Arguments of the formatting string.