TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).Balance Method (BalancingModes)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Determines whether the parsing is balance.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Protected Friend Function Balance ( _ mode As BalancingModes _ ) As Boolean 'Usage Dim mode As BalancingModes Dim returnValue As Boolean returnValue = Me.Balance(mode)
Parameters
- mode
- Type: System.Web.Razor.Parser.BalancingModes
The balancing mode.
Show: