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

진행할 left 입니다String.

반환

고급 SourceLocation입니다.

적용 대상