Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridLength Structure / Addition Operator
The l1.
The l2.

In This Topic
    Addition Operator (GridLength)
    In This Topic
    Implements the operator +.
    Syntax
    'Declaration
     
    
    Public Operator +( _
       ByVal l1 As GridLength, _
       ByVal l2 As GridLength _
    ) As GridLength
    public GridLength operator +( 
       GridLength l1,
       GridLength l2
    )

    Parameters

    l1
    The l1.
    l2
    The l2.

    Return Value

    The result of the operator.
    See Also