Share via


ISymbol.ChangeStart Method

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

Changes the location of the symbol.

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

Syntax

'Declaration
Sub ChangeStart ( _
    newStart As SourceLocation _
)
'Usage
Dim instance As ISymbol 
Dim newStart As SourceLocation

instance.ChangeStart(newStart)
void ChangeStart(
    SourceLocation newStart
)
void ChangeStart(
    SourceLocation newStart
)
abstract ChangeStart : 
        newStart:SourceLocation -> unit
function ChangeStart(
    newStart : SourceLocation
)

Parameters

See Also

Reference

ISymbol Interface

System.Web.Razor.Tokenizer.Symbols Namespace