SourceLocation.Addition(SourceLocation, SourceLocation) Operátor

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 operator + (System.Web.Razor.Text.SourceLocation left, System.Web.Razor.Text.SourceLocation right);
static member ( + ) : System.Web.Razor.Text.SourceLocation * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Text.SourceLocation
Public Shared Operator + (left As SourceLocation, right As SourceLocation) As SourceLocation

Parametry

left
SourceLocation

Objekt pro sečtení

right
SourceLocation

Objekt pro sečtení

Návraty

Jedná se SourceLocation o součet dvou objektů.

Platí pro