We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f957f8d commit 03a62feCopy full SHA for 03a62fe
csharp-mode/foreach
@@ -0,0 +1,9 @@
1
+# -*- mode: snippet -*-
2
+# name: foreach
3
+# key: foreach
4
+# uuid: foreach
5
+# --
6
+foreach (${1:var} ${2:item} in ${3:collection})
7
+{
8
+ $0
9
+}
0 commit comments