SourceLocation.Advance(SourceLocation, String) Method

Definition

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.

Applies to