_ev | interface event |
_in | interface @type@ indexer |
_m | interface method |
_p | interface @type@ property |
_rp | interface read-only @type@ property |
ac | Public MustInherit class |
am | Public MustInherit method |
ap | Public MustInherit auto property |
arp | Public MustInherit read-only auto property |
c | Public class |
c_ | Attribute class |
catch | Catch clause |
co | Public constructor |
da | Debug.Assert |
de | Public delegate |
dispose | Dispose |
do | Do statement |
dt | DateTime type |
dw | Debug.WriteLine |
e | Else clause |
eif | ElseIf |
en | Public enum |
equals | Equals and GetHashCode |
ev | Public event |
f | Public field |
fe | For Each statement |
fr | For statement |
frr | For statement (reversed) |
gt | GetType |
ie | Public interface |
ifn | If Is Nothing |
iftc | If TryCast IsNot Nothing |
iftp | if @type@ TryParse |
ifx | If Not |
ifxn | If IsNot Nothing |
ifxtc | If TryCast Is Nothing |
ifxtp | if not @type@ TryParse |
in | Public indexer |
k | Public constant |
kvp | KeyValuePair type |
kvpc | KeyValuePair.Create method |
l | Lambda expression |
l0 | Lambda expression without parameters |
l2 | Lambda expression with 2 parameters |
m | Public method |
mo | Public module |
n | Is Nothing |
no | NameOf operator |
o | Object keyword |
oo | = operator overloading |
p | Public auto property |
pa | parameter array @ofType@ |
ppif | #If directive |
ppife | #If-#Else directive |
ppr | #Region directive |
r | Return keyword |
ref | Return False |
ren | Return Nothing |
ret | Return True |
rf | Public read-only field |
rin | Public read-only indexer |
rp | Public read-only auto property |
s | String keyword |
sc | Select Case statement |
sco | static constructor |
sf | Public Shared field |
sm | Public Shared method |
sne | String.IsNullOrEmpty |
snw | String.IsNullOrWhiteSpace |
srf | Public Shared read-only field |
srp | Public Shared read-only auto property |
st | Public structure |
t | CType operator |
tc | Try-Catch |
tcf | Try-Catch-Finally |
td | TODO comment |
tf | Try-Finally |
this | Containing type name |
thn | Throw New |
u | Using statement |
v | local variable declaration |
va | array variable |
vb | Boolean variable |
vi | Int32 variable |
vm | Public Overridable method |
vn | - new variable |
vp | Public Overridable auto property |
vrp | Public Overridable read-only auto property |
vs | String variable |
vt | local variable with DirectCast |
w | While statement |
wn | While Is Nothing |
wx | While not statement |
wxn | While IsNot Nothing |
xn | IsNot Nothing |
xsne | String.IsNullOrEmpty = False |
xsnw | String.IsNullOrWhiteSpace = False |