Share via


SourceLocation.Add Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Adds the two SourceLocation object.

Namespace:  System.Web.Razor.Text
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Shared Function Add ( _
    left As SourceLocation, _
    right As SourceLocation _
) As SourceLocation
'Usage
Dim left As SourceLocation 
Dim right As SourceLocation 
Dim returnValue As SourceLocation 

returnValue = SourceLocation.Add(left, right)
public static SourceLocation Add(
    SourceLocation left,
    SourceLocation right
)
public:
static SourceLocation Add(
    SourceLocation left, 
    SourceLocation right
)
static member Add : 
        left:SourceLocation * 
        right:SourceLocation -> SourceLocation
public static function Add(
    left : SourceLocation, 
    right : SourceLocation
) : SourceLocation

Parameters

Return Value

Type: System.Web.Razor.Text.SourceLocation
The sum of the two SourceLocation object.

See Also

Reference

SourceLocation Structure

System.Web.Razor.Text Namespace