IndentingWriter Constructor (TextWriter, Int32) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct an IndentingWriter that indents a certain number of
spaces.
Namespace:
Tangosol.IO
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic IndentingWriter(
TextWriter writer,
int spaces
)
Parameters
- writer
- Type: System.IOTextWriter
The underlying TextWriter to write to.
- spaces
- Type: SystemInt32
The number of spaces to indent each line with.
See Also