SyntaxTokenParser.SkipForwardTo(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Skip forward in the input to the specified position. Current directive state is preserved during the skip.
public void SkipForwardTo (int position);
member this.SkipForwardTo : int -> unit
Public Sub SkipForwardTo (position As Integer)
Parameters
- position
- Int32
The absolute location in the original text to move to.
Exceptions
If the given position is less than the current position of the lexer.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.