[This is preliminary documentation and is subject to change.]
Represents a stream end event.
| C# | Visual Basic | Visual C++ |
public interface IStreamEnd : IParsingEvent
Public Interface IStreamEnd _ Inherits IParsingEvent
public interface class IStreamEnd : IParsingEvent
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| End |
Gets the position in the input stream where the event ends.
(Inherited from IParsingEvent.) | |
| Start |
Gets the position in the input stream where the event start.
(Inherited from IParsingEvent.) |