TokenizerBackedParser(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.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

function Balance(
	mode : BalancingModes
) : boolean

Parameters

mode
Type: System.Web.Razor.Parser.BalancingModes
The balancing mode.

Return Value

Type: System.Boolean
true if the parsing is balance; otherwise, false.
Show: