CSharpCodeParser.IsSpacingToken(Boolean, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- includeNewLines
- Boolean
- includeComments
- Boolean