public class |
{
${Selection}
}
for (|; ; ) {
${Selection}
}
for (|; ; )
${Selection}
if (|) {
${Selection}
}
if (|) {
${Selection}
} else {
}
if (|)
${Selection}
switch (|) {
case:
break;
default:
${Selection}
break;
}
switch (|) {
case :
${Selection}
break;
}
try {
${Selection}|
} catch (Exception) {
}
try {
${Selection}|
} catch (Exception) {
} finally {
}
try {
${Selection}|
} finally {
}
while (|) {
${Selection}
}
while (|)
${Selection}
System.Console.WriteLine(${Selection}|);
System.Console.Write(${Selection}|);
<b>|${Selection}</b>
<!--|${Selection}-->
<h1>|${Selection}</h1>
<h2>|${Selection}</h2>
<h3>|${Selection}</h3>
<h4>|${Selection}</h4>
<i>|${Selection}</i>
<p>|${Selection}</p>
<!--|${Selection}-->