TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.BuildSpan 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.
public:
override void BuildSpan(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^ span, Microsoft::AspNetCore::Razor::SourceLocation start, System::String ^ content);
public override void BuildSpan (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder span, Microsoft.AspNetCore.Razor.SourceLocation start, string content);
override this.BuildSpan : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder * Microsoft.AspNetCore.Razor.SourceLocation * string -> unit
Public Overrides Sub BuildSpan (span As SpanBuilder, start As SourceLocation, content As String)
Parameters
- span
- SpanBuilder
- start
- SourceLocation
- content
- String