Compartir a través de


VBTokenizer.CreateSymbol Método

Definición

Este tipo o miembro admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código. Crea un dominio de símbolos.

protected override System.Web.Razor.Tokenizer.Symbols.VBSymbol CreateSymbol (System.Web.Razor.Text.SourceLocation start, 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 (start As SourceLocation, content As String, type As VBSymbolType, errors As IEnumerable(Of RazorError)) As VBSymbol

Parámetros

start
SourceLocation

Ubicación de origen.

content
String

Valor de contenido.

errors
IEnumerable<RazorError>

Error de Razor.

Devoluciones

Dominio de símbolos.

Se aplica a