Share via


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