Share via


VBLanguageCharacteristics.FlipBracket Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Flips the given bracket.

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

Syntax

'Declaration
Public Overrides Function FlipBracket ( _
    bracket As VBSymbolType _
) As VBSymbolType
'Usage
Dim instance As VBLanguageCharacteristics 
Dim bracket As VBSymbolType 
Dim returnValue As VBSymbolType 

returnValue = instance.FlipBracket(bracket)
public override VBSymbolType FlipBracket(
    VBSymbolType bracket
)
public:
virtual VBSymbolType FlipBracket(
    VBSymbolType bracket
) override
abstract FlipBracket : 
        bracket:VBSymbolType -> VBSymbolType  
override FlipBracket : 
        bracket:VBSymbolType -> VBSymbolType
public override function FlipBracket(
    bracket : VBSymbolType
) : VBSymbolType

Parameters

Return Value

Type: System.Web.Razor.Tokenizer.Symbols.VBSymbolType
The type of the Visual Basic symbol.

See Also

Reference

VBLanguageCharacteristics Class

System.Web.Razor.Parser Namespace