Reads events from a sequence of ParsingEvent.
public class EventReader
kind:method, kind:property, kind:ctor. Press Esc to clear.EventReader(IParser)Initializes a new instance of the EventReader class.CurrentDepthGets or sets current Depth.ParserGets the underlying parser.Accept<T>()Checks whether the current event is of the specified type.Allow<T>()Checks whether the current event is of the specified type. If the event is of the specified type, returns it and moves to the next event. Otherwise retruns null.Expect<T>()Ensures that the current event is of the specified type, returns it and moves to the next event.Peek<T>()Gets the next event without consuming it.Skip()Skips the current event and any "child" event.Skip(Int32)Skips until we reach the appropriate depth again