Span.Next Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the next span in the tree node.
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Property Next As Span
Get
Protected Friend Set
'Usage
Dim instance As Span
Dim value As Span
value = instance.Next
instance.Next = value
public Span Next { get; protected internal set; }
public:
property Span^ Next {
Span^ get ();
protected public: void set (Span^ value);
}
member Next : Span with get, set
function get Next () : Span
function set Next (value : Span)
Property Value
Type: System.Web.Razor.Parser.SyntaxTree.Span
The next span in the tree node.