[This is preliminary documentation and is subject to change.]
Reads events from a sequence of ParsingEvent.
| C# | Visual Basic | Visual C++ |
public class EventReader
Public Class EventReader
public ref class EventReader
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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.) |
| Object | |
| EventReader | |