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)

public:
virtual property SourceLocation Start {
	SourceLocation get () sealed;
	private: void set (SourceLocation value) sealed;
}

Property Value

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

Implements

ISymbol::Start
Show: