Condividi tramite


SourceLocation.Advance(SourceLocation, String) Metodo

Definizione

Avanza in SourceLocation base alla lunghezza dell'oggetto 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

Parametri

left
SourceLocation

Da SourceLocation avanzare.

text
String

L'oggetto String da avanzare left .

Restituisce

Oggetto avanzato SourceLocation.

Si applica a