Operator C# Tutorial

It has this general form:

var = expression;
The general form of the shorthand is

var op = expression;
Thus, the arithmetic and logical assignment operators are
+=
-=
*=
/=
%=
&=
|=
^=