SymbolBase(TType).OffsetStart Method

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

Starts the time’s offset for the source location.

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

public final function OffsetStart(
	documentStart : SourceLocation
)

Parameters

documentStart
Type: System.Web.Razor.Text.SourceLocation
The document start.

Implements

ISymbol.OffsetStart(SourceLocation)
Show: