TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Balance Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- mode
- BalancingModes
Restituisce
Si applica a
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
Parametri
- mode
- BalancingModes
- left
- TSymbolType
- right
- TSymbolType
- start
- SourceLocation