SourceLocation.Advance(SourceLocation, String) 方法

定义

SourceLocation按 的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

参数

left
SourceLocation

SourceLocation 前进的 。

text
String

String 前进 left 的 。

返回

高级 SourceLocation

适用于