TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).AcceptSingleWhiteSpaceCharacter Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Determines whether the parser accepts single whitespace character.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

member AcceptSingleWhiteSpaceCharacter : unit -> 'TSymbol 

Return Value

Type: TSymbol
true if the parser accepts single whitespace character; otherwise, false.
Show: