Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Construct an IndentingWriter that indents a certain number of spaces.

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

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