VBLanguageCharacteristics.CreateMarkerSymbol Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates a Visual Basic marker symbol.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Overrides Function CreateMarkerSymbol ( _
location As SourceLocation _
) As VBSymbol
'Usage
Dim instance As VBLanguageCharacteristics
Dim location As SourceLocation
Dim returnValue As VBSymbol
returnValue = instance.CreateMarkerSymbol(location)
public override VBSymbol CreateMarkerSymbol(
SourceLocation location
)
public:
virtual VBSymbol^ CreateMarkerSymbol(
SourceLocation location
) override
abstract CreateMarkerSymbol :
location:SourceLocation -> VBSymbol
override CreateMarkerSymbol :
location:SourceLocation -> VBSymbol
public override function CreateMarkerSymbol(
location : SourceLocation
) : VBSymbol
Parameters
- location
Type: System.Web.Razor.Text.SourceLocation
The location to create the symbol.
Return Value
Type: System.Web.Razor.Tokenizer.Symbols.VBSymbol
The created Visual Basic marker symbol.