Delegate types also provide a binary + operator, which performs delegate concatenation.
委托类型也提供二元+运算符, 该运算符执行委托串联.
互联网
Delegate types also provide a binary - operator, which performs delegate removal.
委托类型也提供二元 - 运算符, 该运算符执行委托移除.
互联网
When a binary operator is overloaded, the corresponding assignment operator, if any, is also implicitly overloaded.
重载二元运算符时, 也会隐式重载相应的赋值运算符(如果有).
互联网
The + operator can function as either a unary or a binary operator.
运算符既可作为一元运算符也可作为二元运算符.
互联网
On all compound assignment operators, overloading the binary operator implicitly overloads the equivalent compound assignment.
对于所有复合赋值运算符, 隐式重载二元运算符会重载等效的复合赋值.
互联网