ECMA-334 C# Language Specification9.4.5: Operators and punctuators |
There are several kinds of operators and punctuators. Operators are used in expressions to describe operations involving one or more operands.
{
}
[
]
(
)
.
,
:
;
+
-
*
/
%
&
|
^
!
~
=
<
>
?
++
--
&&
||
<<
>>
==
!=
<=
>=
+=
-=
*=
/=
%=
&=
|=
^=
<<=
>>=
->