YamlDotNet - A .NET library for parsing and emitting YAML
EventReader Class
NamespacesYamlDotNet.CoreEventReader

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

Reads events from a sequence of ParsingEvent.
Declaration Syntax
C#Visual BasicVisual C++
public class EventReader
Public Class EventReader
public ref class EventReader
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
EventReader(Parser)
Initializes a new instance of the EventReader class.

Accept<(Of <<'(T>)>>)()()()()
Checks whether the current event is of the specified type.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Expect<(Of <<'(T>)>>)()()()()
Ensures that the current event is of the specified type, returns it and moves to the next event.

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.)
Parser
Gets the underlying parser.

Skip()()()()
Skips the current event and any "child" event.

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

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