Condividi tramite


SourceLocation.Add(SourceLocation, SourceLocation) Metodo

Definizione

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usata direttamente dal codice. Aggiunge l'oggetto due SourceLocation .

public static System.Web.Razor.Text.SourceLocation Add (System.Web.Razor.Text.SourceLocation left, System.Web.Razor.Text.SourceLocation right);
static member Add : System.Web.Razor.Text.SourceLocation * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Text.SourceLocation
Public Shared Function Add (left As SourceLocation, right As SourceLocation) As SourceLocation

Parametri

left
SourceLocation

Primo oggetto da aggiungere.

right
SourceLocation

Secondo oggetto da aggiungere.

Restituisce

Somma dei due SourceLocation oggetti.

Si applica a