Yaml .NET Parser

Preprocessor Members

Preprocessor overview

Public Instance Constructors

Preprocessor Constructor Constuctor

Public Instance Properties

Char The current character
CurrentLine Returns the current line number
EOF End of file/stream
Literal Literal parsing

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Next Jump to the next character
StartLiteral Start parsing literal
StopLiteral Stop parsing literal
ToString (inherited from Object) 

Protected Instance Methods

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

Private Instance Fields

currentlineMissing <summary> documentation for F:Yaml.Preprocessor.currentline
literalMissing <summary> documentation for F:Yaml.Preprocessor.literal
streamMissing <summary> documentation for F:Yaml.Preprocessor.stream

See Also

Preprocessor Class | Yaml Namespace