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
- newStart
Type: System.Web.Razor.Text.SourceLocation
The new location of the symbol.