Condividi tramite


SymbolBase<TType> Costruttore

Definizione

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Inizializza una nuova istanza della SymbolBase<TType> classe .

protected SymbolBase (System.Web.Razor.Text.SourceLocation start, string content, TType type, System.Collections.Generic.IEnumerable<System.Web.Razor.Parser.SyntaxTree.RazorError> errors);
new System.Web.Razor.Tokenizer.Symbols.SymbolBase<'ype> : System.Web.Razor.Text.SourceLocation * string * 'ype * seq<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Web.Razor.Tokenizer.Symbols.SymbolBase<'ype>
Protected Sub New (start As SourceLocation, content As String, type As TType, errors As IEnumerable(Of RazorError))

Parametri

start
SourceLocation

Percorso di origine.

content
String

Valore del contenuto.

type
TType

Tipo.

errors
IEnumerable<RazorError>

Errore Razor.

Si applica a