Yaml .NET Parser

WriteStream Members

WriteStream overview

Private Static Constructor

WriteStream Constructor Initializes the static fields of the WriteStream class.

Private Static Fields

indentationCharsMissing <summary> documentation for F:Yaml.WriteStream.indentationChars

Public Instance Constructors

WriteStream Constructor Constructor

Public Instance Methods

Append Append a string
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Indent Indentation
ToString (inherited from Object) 
UnIndent Unindent

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Private Instance Fields

indentationMissing <summary> documentation for F:Yaml.WriteStream.indentation
lastcharisnewlineMissing <summary> documentation for F:Yaml.WriteStream.lastcharisnewline
streamMissing <summary> documentation for F:Yaml.WriteStream.stream

Private Instance Methods

WriteIndentation Write the indentation to the output stream

See Also

WriteStream Class | Yaml Namespace