IndentingWriter Constructor (TextWriter, String) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct an IndentingWriter that indents using an indention
string.
Namespace:
Tangosol.IO
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic IndentingWriter(
TextWriter writer,
string indent
)
Parameters
- writer
- Type: System.IOTextWriter
The underlying TextWriter to write to.
- indent
- Type: SystemString
The string value to indent each line with.
See Also