VBTokenizer.CreateSymbol Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates a domain of symbols.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
protected override VBSymbol CreateSymbol( SourceLocation start, string content, VBSymbolType type, IEnumerable<RazorError> errors )
Parameters
- start
- Type: System.Web.Razor.Text.SourceLocation
The source location.
- content
- Type: System.String
The content value.
- type
- Type: System.Web.Razor.Tokenizer.Symbols.VBSymbolType
The VBSymbolType.
- errors
- Type: System.Collections.Generic.IEnumerable<RazorError>
The razor error.
Show: