Freigeben über


SourceLocation.Addition(SourceLocation, SourceLocation) Betreiber

Definition

Fügt zwei SourceLocations hinzu.

public:
 static Microsoft::AspNetCore::Razor::SourceLocation operator +(Microsoft::AspNetCore::Razor::SourceLocation left, Microsoft::AspNetCore::Razor::SourceLocation right);
public static Microsoft.AspNetCore.Razor.SourceLocation operator + (Microsoft.AspNetCore.Razor.SourceLocation left, Microsoft.AspNetCore.Razor.SourceLocation right);
static member ( + ) : Microsoft.AspNetCore.Razor.SourceLocation * Microsoft.AspNetCore.Razor.SourceLocation -> Microsoft.AspNetCore.Razor.SourceLocation
Public Shared Operator + (left As SourceLocation, right As SourceLocation) As SourceLocation

Parameter

left
SourceLocation

Der linke Operand.

right
SourceLocation

Der rechte Operand.

Gibt zurück

Eine SourceLocation , die die Summe der linken und rechten Operanden darstellt.

Ausnahmen

, wenn sich die FilePath der linken und rechten Operanden unterscheiden, und keiner ist NULL.

Gilt für: