PathString.Addition Operator (PathString, PathString)

Operator call through to Add.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Shared Operator + ( _
    left As PathString, _
    right As PathString _
) As PathString
'Usage
Dim left As PathString 
Dim right As PathString 
Dim returnValue As PathString 

returnValue = (left + right)
public static PathString operator +(
    PathString left,
    PathString right
)
public:
static PathString operator +(
    PathString left, 
    PathString right
)
static let inline(+)
        left:PathString * 
        right:PathString  : PathString
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

Return Value

Type: Microsoft.Owin.PathString
The PathString combination of both values.

See Also

Reference

PathString Structure

Addition Overload

Microsoft.Owin Namespace