C# Class Yaml.WriteStream

Help class for writing a Yaml tree to a string
Exibir arquivo Open project: rs-services/RightGridWindowsImplementation Class Usage Examples

Public Methods

Method Description
Append ( string s ) : void

Append a string

Indent ( ) : void

Indentation

UnIndent ( ) : void

Unindent

WriteStream ( TextWriter stream ) : System

Constructor

Private Methods

Method Description
WriteIndentation ( ) : void

Write the indentation to the output stream

Method Details

Append() public method

Append a string
public Append ( string s ) : void
s string
return void

Indent() public method

Indentation
public Indent ( ) : void
return void

UnIndent() public method

Unindent
public UnIndent ( ) : void
return void

WriteStream() public method

Constructor
public WriteStream ( TextWriter stream ) : System
stream System.IO.TextWriter
return System