'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.