public class |
{
${Selection}
}
for (|; ; ) {
${Selection}
}
if (|) {
${Selection}
}
if (|) {
${Selection}
} else {
}
switch (|) {
case:
break;
default:
${Selection}
break;
}
switch (|) {
case :
${Selection}
break;
}
try {
${Selection}|
} catch (Exception) {
}
try {
${Selection}|
} catch (Exception) {
} finally {
}
try {
${Selection}|
} finally {
}
while (|) {
${Selection}
}
System.Console.WriteLine(${Selection}|);
System.Console.Write(${Selection}|);
Public Class |
${Selection}
End Class
For i As Integer = 0 To |
${Selection}
Next
If | Then
${Selection}
End If
If | Then
${Selection}
Else
End If
Select Case |
Case
Case Else
${Selection}
End Select
Select Case |
Case
${Selection}
End Select
Try
${Selection}|
Catch ex As System.Exception
End Try
Try
${Selection}|
Catch ex As System.Exception
Finally
End Try
Try
${Selection}|
Finally
End Try
While |
${Selection}
End While
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>