[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	writer As TextWriter, _
	startIndent As Integer, _
	deltaIndent As Integer _
)
C#
public IndentWriter (
	TextWriter writer,
	int startIndent,
	int deltaIndent
)
Visual C++
public:
IndentWriter (
	TextWriter^ writer, 
	int startIndent, 
	int deltaIndent
)

Parameters

writer
System.IO.TextWriter
to output to
startIndent
System.Int32
is the depth of indent to Start
deltaIndent
System.Int32
is the number of characters to indent for every incrIndent() call