1Csharp keywords with operators
2x.y
3f(x)
4a[x]
5x++
6x--
7->
8+
9-
10!
11~
12++x
13--x
14(T)x
15&
16*
17/
18%
19+
20-
21<<
22>>
23<
24>
25<=
26>=
27is
28as
29==
30!=
31&
32^
33|
34&&
35||
36?:
37=
38+=
39-=
40*=
41/=
42%=
43&=
44|=
45^=
46<<=
47>>=
48??
49{
50}
51[
52]
53"
54+
55//
56///
57@
58;
59abstract
60as
61base
62bool
63break
64byte
65case
66catch
67char
68checked
69class
70const
71continue
72decimal
73default
74delegate
75double
76do
77else
78enum
79event
80explicit
81extern
82false
83finally
84fixed
85float
86foreach
87for
88get
89goto
90if
91implicit
92internal
93interface
94int
95in
96is
97lock
98long
99namespace
100new
101null
102object
103operator
104out
105override
106params
107partial
108private
109protected
110public
111readonly
112ref
113return
114sbyte
115sealed
116set
117short
118sizeof
119stackalloc
120static
121string
122struct
123switch
124this
125throw
126true
127try
128typeof
129uint
130ulong
131unchecked
132unsafe
133ushort
134using
135value
136virtual
137void
138volatile
139where
140while
141yield
142#if
143#else
144#elif
145#endif
146#define
147#undef
148#warning
149#error
150#line
151#region
152#endregion
153#pragma
154#pragma warning
155#pragma checksum