Loyc.Syntax.Les.Les3PrettyPrinter.Les3PrettyPrinter C# (CSharp) Method

Les3PrettyPrinter() public method

Creates an instance of this class, which produces plain LES augmented with control codes.
public Les3PrettyPrinter ( StringBuilder target, IMessageSink sink, ILNodePrinterOptions options ) : System
target StringBuilder
sink IMessageSink
options ILNodePrinterOptions
return System
		public Les3PrettyPrinter(StringBuilder target, IMessageSink sink, ILNodePrinterOptions options) : base(target, sink, options)
		{
		}

Same methods

Les3PrettyPrinter::Les3PrettyPrinter ( IMessageSink sink = null, ILNodePrinterOptions options = null ) : System