TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Balance 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.
Surcharges
Balance(BalancingModes) | |
Balance(BalancingModes, TSymbolType, TSymbolType, SourceLocation) |
Balance(BalancingModes)
protected public:
bool Balance(Microsoft::AspNetCore::Razor::Parser::BalancingModes mode);
protected internal bool Balance (Microsoft.AspNetCore.Razor.Parser.BalancingModes mode);
member this.Balance : Microsoft.AspNetCore.Razor.Parser.BalancingModes -> bool
Protected Friend Function Balance (mode As BalancingModes) As Boolean
Paramètres
- mode
- BalancingModes
Retours
S’applique à
Balance(BalancingModes, TSymbolType, TSymbolType, SourceLocation)
protected public:
bool Balance(Microsoft::AspNetCore::Razor::Parser::BalancingModes mode, TSymbolType left, TSymbolType right, Microsoft::AspNetCore::Razor::SourceLocation start);
protected internal bool Balance (Microsoft.AspNetCore.Razor.Parser.BalancingModes mode, TSymbolType left, TSymbolType right, Microsoft.AspNetCore.Razor.SourceLocation start);
member this.Balance : Microsoft.AspNetCore.Razor.Parser.BalancingModes * 'SymbolType * 'SymbolType * Microsoft.AspNetCore.Razor.SourceLocation -> bool
Protected Friend Function Balance (mode As BalancingModes, left As TSymbolType, right As TSymbolType, start As SourceLocation) As Boolean
Paramètres
- mode
- BalancingModes
- left
- TSymbolType
- right
- TSymbolType
- start
- SourceLocation