YamlDotNet - A .NET library for parsing and emitting YAML
ParsingEvent Class
NamespacesYamlDotNet.Core.EventsParsingEvent

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

Base class for parsing events.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class ParsingEvent : IParsingEvent
Public MustInherit Class ParsingEvent _
	Implements IParsingEvent
public ref class ParsingEvent abstract : IParsingEvent
Members
All MembersMethodsProperties



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

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.

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

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy

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