SourceLocation.Add(SourceLocation, SourceLocation) Metoda

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Přidá dva SourceLocation objekty.

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

Parametry

left
SourceLocation

První objekt, který chcete přidat.

right
SourceLocation

Druhý objekt, který chcete přidat.

Návraty

Součet dvou SourceLocation objektů.

Platí pro