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: 6.10.14.0 (6.10.14.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.