Share via


LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType>.FlipBracket Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the opposite bracket symbol for the specified bracket symbol.

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

Syntax

'Declaration
Public MustOverride Function FlipBracket ( _
    bracket As TSymbolType _
) As TSymbolType
'Usage
Dim instance As LanguageCharacteristics 
Dim bracket As TSymbolType
Dim returnValue As TSymbolType

returnValue = instance.FlipBracket(bracket)
public abstract TSymbolType FlipBracket(
    TSymbolType bracket
)
public:
virtual TSymbolType FlipBracket(
    TSymbolType bracket
) abstract
abstract FlipBracket : 
        bracket:'TSymbolType -> 'TSymbolType 
public abstract function FlipBracket(
    bracket : TSymbolType
) : TSymbolType

Parameters

  • bracket
    Type: TSymbolType
    The bracket symbol to flip.

Return Value

Type: TSymbolType
The opposite bracket symbol for the specified bracket symbol.

See Also

Reference

LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace