LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.CreateSymbol Method
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:
abstract TSymbol CreateSymbol(Microsoft::AspNetCore::Razor::SourceLocation location, System::String ^ content, TSymbolType type, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::RazorError ^> ^ errors);
protected abstract TSymbol CreateSymbol (Microsoft.AspNetCore.Razor.SourceLocation location, string content, TSymbolType type, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.RazorError> errors);
abstract member CreateSymbol : Microsoft.AspNetCore.Razor.SourceLocation * string * 'SymbolType * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.RazorError> -> 'Symbol
Protected MustOverride Function CreateSymbol (location As SourceLocation, content As String, type As TSymbolType, errors As IReadOnlyList(Of RazorError)) As TSymbol
Parameters
- location
- SourceLocation
- content
- String
- type
- TSymbolType
- errors
- IReadOnlyList<RazorError>
Returns
TSymbol