Yaml .NET Parser

DropComments Members

DropComments overview

Public Instance Constructors

DropComments Constructor Missing <summary> documentation for M:Yaml.DropComments.#ctor(System.IO.TextReader)

Public Instance Properties

Char (inherited from BufferStream) The current character
CurrentLine (inherited from Preprocessor) Returns the current line number
EOF (inherited from BufferStream) End of stream/file
Literal (inherited from Preprocessor) Literal parsing

Public Instance Methods

BuildLookaheadBuffer (inherited from MultiBufferStream) Destroy the current buffer
DestroyLookaheadBuffer (inherited from MultiBufferStream) Destroy the current buffer
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Indent (inherited from IndentationProcessor) Request an indentation. When we meet a \n and the following line is more indented then the current indentationlever, then save this request
NextMissing <summary> documentation for M:Yaml.DropComments.Next
RewindLookaheadBuffer (inherited from MultiBufferStream) Rewind the current buffer
StartLiteral (inherited from Preprocessor) Start parsing literal
StopLiteral (inherited from Preprocessor) Stop parsing literal
ToString (inherited from Object) 
UnIndent (inherited from IndentationProcessor) Cancel the last indentation
UsingBuffer (inherited from BufferStream) Returns true when using a buffer

Protected Instance Properties

LookaheadPosition (inherited from BufferStream) Current position in the lookahead buffer

Protected Instance Methods

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

See Also

DropComments Class | Yaml Namespace