TokenizerBackedParser(Of 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)
'Declaration Public Overrides Sub BuildSpan ( _ span As SpanBuilder, _ start As SourceLocation, _ content As String _ ) 'Usage Dim instance As TokenizerBackedParser Dim span As SpanBuilder Dim start As SourceLocation Dim content As String instance.BuildSpan(span, start, content)
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: