C# Класс Yaml.WriteStream

Help class for writing a Yaml tree to a string
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Append ( string s ) : void

Append a string

Indent ( ) : void

Indentation

UnIndent ( ) : void

Unindent

WriteStream ( TextWriter stream ) : System

Constructor

Приватные методы

Метод Описание
WriteIndentation ( ) : void

Write the indentation to the output stream

Описание методов

Append() публичный Метод

Append a string
public Append ( string s ) : void
s string
Результат void

Indent() публичный Метод

Indentation
public Indent ( ) : void
Результат void

UnIndent() публичный Метод

Unindent
public UnIndent ( ) : void
Результат void

WriteStream() публичный Метод

Constructor
public WriteStream ( TextWriter stream ) : System
stream System.IO.TextWriter
Результат System