[C#]
static Size operator + (Size sz1, Size sz2);
[Visual Basic]
Shared Function Operator + (sz1 As Size, sz2 As Size) As Size
None.