TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.AcceptWhiteSpaceInLines Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parser accepts whitespace in lines.

protected TSymbol AcceptWhiteSpaceInLines ();
member this.AcceptWhiteSpaceInLines : unit -> 'Symbol
Protected Function AcceptWhiteSpaceInLines () As TSymbol

Returns

TSymbol

true if the parser accepts whitespace in lines; otherwise, false.

Applies to