diff --git a/csharp-mode/foreach b/csharp-mode/foreach new file mode 100644 index 00000000..8649e8d6 --- /dev/null +++ b/csharp-mode/foreach @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: foreach +# key: foreach +# uuid: foreach +# -- +foreach (${1:var} ${2:item} in ${3:collection}) +{ + $0 +} \ No newline at end of file