C# 클래스 Yaml.WriteStream

Help class for writing a Yaml tree to a string
파일 보기 프로젝트 열기: rs-services/RightGridWindowsImplementation 1 사용 예제들

공개 메소드들

메소드 설명
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