YamlDotNet - A .NET library for parsing and emitting YAML
StreamEnd Class
NamespacesYamlDotNet.Core.EventsStreamEnd

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

Represents a stream end event.
Declaration Syntax
C#Visual BasicVisual C++
public class StreamEnd : ParsingEvent, IStreamEnd, 
	IParsingEvent
Public Class StreamEnd _
	Inherits ParsingEvent _
	Implements IStreamEnd, IParsingEvent
public ref class StreamEnd : public ParsingEvent, 
	IStreamEnd, IParsingEvent
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
StreamEnd(Mark, Mark)
Initializes a new instance of the StreamEnd class.

StreamEnd()()()()
Initializes a new instance of the StreamEnd class.

End
Gets the position in the input stream where the event ends.
(Inherited from ParsingEvent.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NestingIncrease
Gets a value indicating the variation of depth caused by this event. The value can be either -1, 0 or 1. For start events, it will be 1, for end events, it will be -1, and for the remaining events, it will be 0.
(Overrides ParsingEvent.NestingIncrease.)
Start
Gets the position in the input stream where the event starts.
(Inherited from ParsingEvent.)
ToString()()()()
Returns a String that represents the current Object.
(Overrides Object.ToString()()()().)
Inheritance Hierarchy

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