Span.Previous 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 previous span in the tree node.

public System.Web.Razor.Parser.SyntaxTree.Span Previous { get; protected internal set; }
member this.Previous : System.Web.Razor.Parser.SyntaxTree.Span with get, set
Public Property Previous As Span

Property Value

The previous span in the tree node.

Applies to