YamlDotNet - A .NET library for parsing and emitting YAML
IDocumentStart Interface
NamespacesYamlDotNet.Core.EventsIDocumentStart

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

Represents a document start event.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDocumentStart : IParsingEvent
Public Interface IDocumentStart _
	Inherits IParsingEvent
public interface class IDocumentStart : IParsingEvent
Members
All MembersProperties



IconMemberDescription
End
Gets the position in the input stream where the event ends.
(Inherited from IParsingEvent.)
IsImplicit
Gets a value indicating whether this instance is implicit.

Start
Gets the position in the input stream where the event start.
(Inherited from IParsingEvent.)
Tags
Gets the tags.

Version
Gets the version.

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