CSharpCodeParser.IsSpacingToken(Boolean, Boolean) 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.
protected:
static Func<Microsoft::AspNetCore::Razor::Tokenizer::Symbols::CSharpSymbol ^, bool> ^ IsSpacingToken(bool includeNewLines, bool includeComments);
protected static Func<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpSymbol,bool> IsSpacingToken (bool includeNewLines, bool includeComments);
static member IsSpacingToken : bool * bool -> Func<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpSymbol, bool>
Protected Shared Function IsSpacingToken (includeNewLines As Boolean, includeComments As Boolean) As Func(Of CSharpSymbol, Boolean)
Parameters
- includeNewLines
- Boolean
- includeComments
- Boolean