TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).BuildSpan Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Builds a specified span.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
abstract BuildSpan : span:SpanBuilder * start:SourceLocation * content:string -> unit override BuildSpan : span:SpanBuilder * start:SourceLocation * content:string -> unit
Parameters
- span
- Type: System.Web.Razor.Parser.SyntaxTree.SpanBuilder
The span to build.
- start
- Type: System.Web.Razor.Text.SourceLocation
The start location to build the span.
- content
- Type: System.String
The content of the span.
Show: