SourceReader.Mark Method
Definition
Creates a SourceMark for the current position, typically to mark the start of a token before scanning to its end.
public SourceMark Mark();
Returns
A SourceMark for the current position.
Creates a SourceMark for the current position, typically to mark the start of a token before scanning to its end.
public SourceMark Mark();
A SourceMark for the current position.