SourceLocation.Add(SourceLocation, SourceLocation) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.