YamlDotNet - A .NET library for parsing and emitting YAML
IParsingEvent Interface
NamespacesYamlDotNet.Core.EventsIParsingEvent

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

Base interface for parsing events.
Declaration Syntax
C#Visual BasicVisual C++
public interface IParsingEvent
Public Interface IParsingEvent
public interface class IParsingEvent
Members
All MembersProperties



IconMemberDescription
End
Gets the position in the input stream where the event ends.

Start
Gets the position in the input stream where the event start.

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