Skip to content

Commit 03a62fe

Browse files
snippet(csharp): add foreach
1 parent f957f8d commit 03a62fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

csharp-mode/foreach

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)