TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Balance 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.
Overloads
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
Parameters
- mode
- BalancingModes
Returns
Applies to
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
Parameters
- mode
- BalancingModes
- left
- TSymbolType
- right
- TSymbolType
- start
- SourceLocation