IndentingWriter Constructor (TextWriter, String) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct an IndentingWriter that indents using an indention
string.
Namespace:
Tangosol.IO
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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