TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Span Property

Definition

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.

protected System.Web.Razor.Parser.SyntaxTree.SpanBuilder Span { get; set; }
member this.Span : System.Web.Razor.Parser.SyntaxTree.SpanBuilder with get, set
Protected Property Span As SpanBuilder

Property Value

The SpanBuilder associated with this instance.

Applies to