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

[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,
	Mark start,
	Mark end
)
Public Sub New ( _
	version As VersionDirective, _
	tags As TagDirectiveCollection, _
	isImplicit As Boolean, _
	start As Mark, _
	end As Mark _
)
public:
DocumentStart(
	VersionDirective^ version, 
	TagDirectiveCollection^ tags, 
	bool isImplicit, 
	Mark start, 
	Mark end
)
Parameters
version (VersionDirective)
The version.
tags (TagDirectiveCollection)
The tags.
isImplicit (Boolean)
Indicates whether the event is implicit.
start (Mark)
The start position of the event.
end (Mark)
The end position of the event.

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