YamlDotNet - A .NET library for parsing and emitting YAML
DocumentStart Constructor (version, tags, isImplicit)
NamespacesYamlDotNet.Core.EventsDocumentStartDocumentStart(VersionDirective, TagDirectiveCollection, Boolean)

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

Initializes a new instance of the DocumentStart class.
Declaration Syntax
C#Visual BasicVisual C++
public DocumentStart(
	VersionDirective version,
	TagDirectiveCollection tags,
	bool isImplicit
)
Public Sub New ( _
	version As VersionDirective, _
	tags As TagDirectiveCollection, _
	isImplicit As Boolean _
)
public:
DocumentStart(
	VersionDirective^ version, 
	TagDirectiveCollection^ tags, 
	bool isImplicit
)
Parameters
version (VersionDirective)
The version.
tags (TagDirectiveCollection)
The tags.
isImplicit (Boolean)
Indicates whether the event is implicit.

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