Share via


VBLanguageCharacteristics.CreateSymbol Method

Definition

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

protected override System.Web.Razor.Tokenizer.Symbols.VBSymbol CreateSymbol(System.Web.Razor.Text.SourceLocation ___location, string content, System.Web.Razor.Tokenizer.Symbols.VBSymbolType type, System.Collections.Generic.IEnumerable<System.Web.Razor.Parser.SyntaxTree.RazorError> errors);
override this.CreateSymbol : System.Web.Razor.Text.SourceLocation * string * System.Web.Razor.Tokenizer.Symbols.VBSymbolType * seq<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Web.Razor.Tokenizer.Symbols.VBSymbol
Protected Overrides Function CreateSymbol (___location As SourceLocation, content As String, type As VBSymbolType, errors As IEnumerable(Of RazorError)) As VBSymbol

Parameters

___location
SourceLocation

The ___location to create the symbol.

content
String

The content.

type
VBSymbolType

The type of the symbol.

errors
IEnumerable<RazorError>

The errors.

Returns

The created VBSymbol.

Applies to