Delegate RuntimeTryReadToken
Represents a function that attempts to read a token at a specific position.
public delegate bool RuntimeTryReadToken(string content, int index, out int length)
Parameters
contentstringSource content being tokenized.
indexintCurrent position in
content.lengthintReturned token length when successful.
Returns
- Extension Methods