Documentation for this section has not yet been entered.
Type | Description |
---|---|
Emitter | Emits YAML streams. |
FakeList<T> | Implements an indexer through an IEnumerator<T>. |
InsertionQueue<T> | Generic queue on which items may be inserted |
LookAheadBuffer | Provides access to a stream and allows to peek at the next characters, up to the buffer's capacity. |
Mark | Represents a location inside a file |
Parser | Parses YAML streams. |
ScalarStyle | Specifies the style of a YAML scalar. |
Scanner | Converts a sequence of characters into a sequence of YAML tokens. |
SemanticErrorException | Exception that is thrown when a semantic error is detected on a YAML stream. |
SyntaxErrorException | Exception that is thrown when a syntax error is detected on a YAML stream. |
TagDirectiveCollection | Collection of YamlDotNet.Core.Tokens.TagDirective. |
Version | Specifies the version of the YAML language. |
YamlException | Base exception that is thrown when the a problem occurs in the YamlDotNet library. |