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 ( IMessageSink sink = null, ILNodePrinterOptions options = null ) : System
sink IMessageSink
options ILNodePrinterOptions
return System
		public Les3PrettyPrinter(IMessageSink sink = null, ILNodePrinterOptions options = null) : this(null, sink, options) { }
		/// <summary>Creates an instance of this class, which produces plain LES 

Same methods

Les3PrettyPrinter::Les3PrettyPrinter ( StringBuilder target, IMessageSink sink, ILNodePrinterOptions options ) : System