SourceLocation.Addition(SourceLocation, SourceLocation) Betreiber
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.