SymbolBase<TType>::ChangeStart Method

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

Changes the start of the machine.

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

public:
virtual void ChangeStart(
	SourceLocation newStart
) sealed

Parameters

newStart
Type: System.Web.Razor.Text::SourceLocation
The new start.

Implements

ISymbol::ChangeStart(SourceLocation)
Show: