Namespace Keywords |
using, operator, extern alias |
Type Keywords |
string, int, long, bool, byte, char, class, decimal, double, enum, float, sbyte, short, struct, uint, ulong, ushort |
Operator Keywords |
is, await, as, new, sizeof, typeof, checked, unchecked, stackalloc |
Statement Keywords |
if, else, switch, case, do, for, foreach, in, while, break, continue, default, goto, return, yield, throw, try, catch, finally, checked, unchecked, fixed, lock |
Literal Keywords |
null, false, true, value, void |
Modifier Keywords |
public, private, protected, internal, abstract, async, const, event, extern, new, override, partial, readonly, sealed, static, unsafe, virtual, volatile |
Method Parameter Keyword |
params, ref, out |
Access Keywords |
base, this |
Contextual Keywords |
add, var, dynamic, global, set, value |
Query Keywords |
from, where, select, group, into, orderby, join, let, in, on, equals, by, ascending, descending |