Tokenizer<TSymbol,TSymbolType>.TakeUntil 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.
Parses the source document until the condition specified by predicate is met or end file is reached.
protected bool TakeUntil(Func<char,bool> predicate);
member this.TakeUntil : Func<char, bool> -> bool
Protected Function TakeUntil (predicate As Func(Of Char, Boolean)) As Boolean
Parameters
Returns
true if the predicate condition is met; false if end of file is reached.