Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Construct an IndentingWriter that indents using an indention string.

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

Syntax

C#
public IndentingWriter(
	TextWriter writer,
	string indent
)

Parameters

writer
Type: System.IO..::..TextWriter
The underlying TextWriter to write to.
indent
Type: System..::..String
The string value to indent each line with.

See Also