ISymbol.Start Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the location of the symbol.
Namespace: System.Web.Razor.Tokenizer.Symbols
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
ReadOnly Property Start As SourceLocation
Get
'Usage
Dim instance As ISymbol
Dim value As SourceLocation
value = instance.Start
SourceLocation Start { get; }
property SourceLocation Start {
SourceLocation get ();
}
abstract Start : SourceLocation
function get Start () : SourceLocation
Property Value
Type: System.Web.Razor.Text.SourceLocation
The location of the symbol.