SymbolBase<TType> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Parameters
- start
- SourceLocation
- content
- String
- type
- TType
- errors
- IReadOnlyList<RazorError>