TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).Span Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the SpanBuilder associated with this instance.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Protected Property Span As SpanBuilder Get Set 'Usage Dim value As SpanBuilder value = Me.Span Me.Span = value
Property Value
Type: System.Web.Razor.Parser.SyntaxTree.SpanBuilderThe SpanBuilder associated with this instance.
Show: