[]
Adds two sizes.
public static PointerSize operator +(PointerSize left, PointerSize right)
| Type | Name | Description |
|---|---|---|
| PointerSize | left | The first size to add. |
| PointerSize | right | The second size to add. |
| Type | Description |
|---|---|
| PointerSize | The sum of the two sizes. |