ComponentOne Xamarin.iOS
Addition Operator


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridLength Structure : Addition Operator
The l1.
The l2.
Implements the operator +.
Syntax
'Declaration
 
Public Operator +( _
   ByVal l1 As GridLength, _
   ByVal l2 As GridLength _
) As GridLength
'Usage
 
public GridLength operator +( 
   GridLength l1,
   GridLength l2
)

Parameters

l1
The l1.
l2
The l2.

Return Value

The result of the operator.
See Also

Reference

GridLength Structure
GridLength Members