共用方式為


SourceLocation.Advance(SourceLocation, String) 方法

定義

SourceLocationtext 長度往前移 。

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

適用於