YamlDotNet - A .NET library for parsing and emitting YAML
Parser Constructor (input)
NamespacesYamlDotNet.CoreParserParser(TextReader)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Parser class.
Declaration Syntax
C#Visual BasicVisual C++
public Parser(
	TextReader input
)
Public Sub New ( _
	input As TextReader _
)
public:
Parser(
	TextReader^ input
)
Parameters
input (TextReader)
The input where the YAML stream is to be read.

Assembly: YamlDotNet.Core (Module: YamlDotNet.Core) Version: 0.2.4456.17949