Span.Previous Property
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.
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Property Previous As Span
Get
Protected Friend Set
'Usage
Dim instance As Span
Dim value As Span
value = instance.Previous
instance.Previous = value
public Span Previous { get; protected internal set; }
public:
property Span^ Previous {
Span^ get ();
protected public: void set (Span^ value);
}
member Previous : Span with get, set
function get Previous () : Span
function set Previous (value : Span)
Property Value
Type: System.Web.Razor.Parser.SyntaxTree.Span
The previous span in the tree node.