Share via


SymbolBase<TType>.Start Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the starting point of the source location.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property Start As SourceLocation 
    Get 
    Private Set
'Usage
Dim instance As SymbolBase 
Dim value As SourceLocation 

value = instance.Start
public SourceLocation Start { get; private set; }
public:
virtual property SourceLocation Start {
    SourceLocation get () sealed;
    private: void set (SourceLocation value) sealed;
}
abstract Start : SourceLocation with get, private set 
override Start : SourceLocation with get, private set
final function get Start () : SourceLocation 
private final function set Start (value : SourceLocation)

Property Value

Type: System.Web.Razor.Text.SourceLocation
The starting point of the source location.

Implements

ISymbol.Start

See Also

Reference

SymbolBase<TType> Class

System.Web.Razor.Tokenizer.Symbols Namespace