SyntaxTreeNode.Length Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the length of the syntax tree node.
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Length As Integer
Get
'Usage
Dim instance As SyntaxTreeNode
Dim value As Integer
value = instance.Length
public abstract int Length { get; }
public:
virtual property int Length {
int get () abstract;
}
abstract Length : int
abstract function get Length () : int
Property Value
Type: System.Int32
The length of the syntax tree node.