'Declaration Public Operator +( _ ByVal left As PointerSize, _ ByVal right As PointerSize _ ) As PointerSize
public PointerSize operator +( PointerSize left, PointerSize right )
Parameters
- left
- The first size to add.
- right
- The second size to add.
Return Value
The sum of the two sizes.