language |
sequence |
description |
comment |
C# |
_ |
interface member declaration |
prefix |
C# |
a |
Array |
- |
C# |
b |
Boolean |
- |
C# |
c |
catch clause |
- |
C# |
c |
class declaration |
- |
C# |
c |
Collection<T> |
- |
C# |
co |
conditional operator |
- |
C# |
cr |
constructor declaration |
- |
C# |
d |
default keyword |
- |
C# |
d |
Dictionary<TKey,TValue> |
- |
C# |
de |
delegate declaration |
- |
C# |
dt |
DateTime |
- |
C# |
e |
else clause |
- |
C# |
em |
enum declaration |
- |
C# |
et |
event declaration |
- |
C# |
f |
field declaration |
- |
C# |
f |
finally clause |
- |
C# |
fe |
foreach statement |
- |
C# |
fr |
for statement |
- |
C# |
g |
generic type |
prefix |
C# |
g |
type parameter |
- |
C# |
hs |
HashSet<T> |
- |
C# |
i |
Immutable |
prefix |
C# |
i |
Int32 |
- |
C# |
i |
internal (Friend) |
prefix |
C# |
ie |
interface declaration |
- |
C# |
if |
if statement |
- |
C# |
ir |
indexer declaration |
- |
C# |
k |
constant declaration |
- |
C# |
l |
Int64 |
- |
C# |
l |
lambda expression |
- |
C# |
l |
List<T> |
- |
C# |
ll |
LinkedList<T> |
- |
C# |
m |
method declaration |
- |
C# |
n |
(equals to) null |
- |
C# |
n |
new object creation |
- |
C# |
no |
nameof operator |
- |
C# |
o |
Object |
- |
C# |
oc |
ObservableCollection<T> |
- |
C# |
oo |
operator overload |
- |
C# |
p |
private |
prefix |
C# |
p |
property declaration |
- |
C# |
pa |
parameter array |
- |
C# |
pp |
preprocessor directive |
prefix |
C# |
pp |
property declaration (expanded) |
- |
C# |
ps |
private set |
- |
C# |
q |
Queue<T> |
- |
C# |
r |
read-only |
prefix (after access modifier) |
C# |
r |
return keyword |
- |
C# |
re |
return statement |
- |
C# |
rr |
Reader |
suffix |
C# |
s |
Stack<T> |
- |
C# |
s |
static (Shared) |
prefix (after access modifier) |
C# |
s |
String |
- |
C# |
sh |
switch statement |
- |
C# |
st |
struct declaration |
- |
C# |
t |
explict cast operator |
- |
C# |
t |
try statement |
- |
C# |
this |
containing type name |
- |
C# |
to |
typeof operator |
- |
C# |
tw |
throw statement |
- |
C# |
u |
using statement |
- |
C# |
v |
local variable declaration |
- |
C# |
v |
virtual (Overridable) |
prefix (after access modifier) |
C# |
we |
while statement |
- |
C# |
wr |
Writer |
suffix |
C# |
x |
logical not operator |
prefix |
C# |
x |
with initializer |
suffix |
C# |
y |
yield |
prefix |