YamlDotNet - A .NET library for parsing and emitting YAML
DocumentStart Constructor (start, end)
NamespacesYamlDotNet.Core.EventsDocumentStartDocumentStart(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(
	Mark start,
	Mark end
)
Public Sub New ( _
	start As Mark, _
	end As Mark _
)
public:
DocumentStart(
	Mark start, 
	Mark end
)
Parameters
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