CSharpCodeParser.IsSpacingToken(Boolean, Boolean) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- includeNewLines
- Boolean
- includeComments
- Boolean