Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

An IndentingWriter is used to indent line-based output to an underlying TextWriter.

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

Syntax

C#
public class IndentingWriter : TextWriter

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.IO..::.TextWriter
      Tangosol.IO..::.IndentingWriter

See Also