YamlDotNet - A .NET library for parsing and emitting YAML
IStreamEnd Interface
NamespacesYamlDotNet.Core.EventsIStreamEnd

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

Represents a stream end event.
Declaration Syntax
C#Visual BasicVisual C++
public interface IStreamEnd : IParsingEvent
Public Interface IStreamEnd _
	Inherits IParsingEvent
public interface class IStreamEnd : 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