[This is preliminary documentation and is subject to change.]
Represents a sequence end event.
| C# | Visual Basic | Visual C++ |
public class SequenceEnd : ParsingEvent, ISequenceEnd, IParsingEvent
Public Class SequenceEnd _ Inherits ParsingEvent _ Implements ISequenceEnd, IParsingEvent
public ref class SequenceEnd : public ParsingEvent, ISequenceEnd, IParsingEvent
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SequenceEnd(Mark, Mark) |
Initializes a new instance of the SequenceEnd class.
| |
| SequenceEnd()()()() |
Initializes a new instance of the SequenceEnd class.
| |
| End |
Gets the position in the input stream where the event ends.
(Inherited from ParsingEvent.) | |
| Equals(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()()()() | (Overrides Object.ToString()()()().) |
| Object | ||
| ParsingEvent | ||
| SequenceEnd | ||