YamlDotNet - A .NET library for parsing and emitting YAML
IStreamStart Interface
NamespacesYamlDotNet.Core.EventsIStreamStart

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

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



IconMemberDescription
End
Gets the position in the input stream where the event ends.
(Inherited from IParsingEvent.)
Start
Gets the position in the input stream where the event start.
(Inherited from IParsingEvent.)

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