Can someone explain what is the operator &= for?
&=
I searched, but I got only results with & or =.
&
=
If i remember correctly it biwise operation...for example it can be used with [Flags]Enum. It check if your flag variable has specific value.