YamlDotNet - A .NET library for parsing and emitting YAML
EventReader Constructor (parser)
NamespacesYamlDotNet.CoreEventReaderEventReader(Parser)

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

Initializes a new instance of the EventReader class.
Declaration Syntax
C#Visual BasicVisual C++
public EventReader(
	Parser parser
)
Public Sub New ( _
	parser As Parser _
)
public:
EventReader(
	Parser^ parser
)
Parameters
parser (Parser)
The parser that provides the events.

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