Share via


SourceLocation.Advance(SourceLocation, String) Method

Definition

Advances the SourceLocation by the length of the text.

public:
 static Microsoft::AspNetCore::Razor::SourceLocation Advance(Microsoft::AspNetCore::Razor::SourceLocation left, System::String ^ text);
public static Microsoft.AspNetCore.Razor.SourceLocation Advance (Microsoft.AspNetCore.Razor.SourceLocation left, string text);
static member Advance : Microsoft.AspNetCore.Razor.SourceLocation * string -> Microsoft.AspNetCore.Razor.SourceLocation
Public Shared Function Advance (left As SourceLocation, text As String) As SourceLocation

Parameters

left
SourceLocation

The SourceLocation to advance.

text
String

The String to advance left by.

Returns

The advanced SourceLocation.

Applies to