Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Construct an IndentingWriter that indents a certain number of spaces.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public IndentingWriter(
	TextWriter writer,
	int spaces
)

Parameters

writer
Type: System.IO..::.TextWriter
The underlying TextWriter to write to.
spaces
Type: System..::.Int32
The number of spaces to indent each line with.

See Also