SyntaxTreeNode.Start Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the specific source location for 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 Start As SourceLocation
Get
'Usage
Dim instance As SyntaxTreeNode
Dim value As SourceLocation
value = instance.Start
public abstract SourceLocation Start { get; }
public:
virtual property SourceLocation Start {
SourceLocation get () abstract;
}
abstract Start : SourceLocation
abstract function get Start () : SourceLocation
Property Value
Type: System.Web.Razor.Text.SourceLocation
The specific source location for the syntax tree node.