Skip to content

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();

View source

Returns

SourceMark

A SourceMark for the current position.