SymbolBase<TType> Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
protected:
SymbolBase(Microsoft::AspNetCore::Razor::SourceLocation start, System::String ^ content, TType type, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::RazorError ^> ^ errors);
protected SymbolBase (Microsoft.AspNetCore.Razor.SourceLocation start, string content, TType type, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.RazorError> errors);
new Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'ype (requires 'ype : struct)> : Microsoft.AspNetCore.Razor.SourceLocation * string * 'ype * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.RazorError> -> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'ype (requires 'ype : struct)>
Protected Sub New (start As SourceLocation, content As String, type As TType, errors As IReadOnlyList(Of RazorError))
Paramètres
- start
- SourceLocation
- content
- String
- type
- TType
- errors
- IReadOnlyList<RazorError>