C# Class Yaml.WriteStream

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

Méthodes publiques

Méthode Description
Append ( string s ) : void

Append a string

Indent ( ) : void

Indentation

UnIndent ( ) : void

Unindent

WriteStream ( TextWriter stream ) : System

Constructor

Private Methods

Méthode Description
WriteIndentation ( ) : void

Write the indentation to the output stream

Method Details

Append() public méthode

Append a string
public Append ( string s ) : void
s string
Résultat void

Indent() public méthode

Indentation
public Indent ( ) : void
Résultat void

UnIndent() public méthode

Unindent
public UnIndent ( ) : void
Résultat void

WriteStream() public méthode

Constructor
public WriteStream ( TextWriter stream ) : System
stream System.IO.TextWriter
Résultat System