[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:YamlDotNet.Core"]
| C# | Visual Basic | Visual C++ |
namespace YamlDotNet.Core
Namespace YamlDotNet.Core
namespace YamlDotNet.Core
| All Types | Classes | Structures | Enumerations |
| Icon | Type | Description |
|---|---|---|
| Emitter |
Emits YAML streams.
| |
| EventReader |
Reads events from a sequence of ParsingEvent.
| |
| FakeList<(Of <(<'T>)>)> |
Implements an indexer through an IEnumerator<T>.
| |
| InsertionQueue<(Of <(<'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 TagDirective.
| |
| Version |
Specifies the version of the YAML language.
| |
| YamlException |
Base exception that is thrown when the a problem occurs in the YamlDotNet library.
|