SourceLocation.Advance(SourceLocation, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Advances the specified object to the given location.
public static System.Web.Razor.Text.SourceLocation Advance(System.Web.Razor.Text.SourceLocation left, string text);
static member Advance : System.Web.Razor.Text.SourceLocation * string -> System.Web.Razor.Text.SourceLocation
Public Shared Function Advance (left As SourceLocation, text As String) As SourceLocation
Parameters
- left
- SourceLocation
The location where to advance the object.
- text
- String
The text that advances to the given location.
Returns
The source location.