'宣言 Public Operator +( _ ByVal left As PointerSize, _ ByVal right As PointerSize _ ) As PointerSize
public PointerSize operator +( PointerSize left, PointerSize right )
パラメータ
- left
- The first size to add.
- right
- The second size to add.
戻り値の型
The sum of the two sizes.