]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/csharp-mode/method
Add yasnippet.
[gnu-emacs-elpa] / packages / yasnippet / snippets / csharp-mode / method
diff --git a/packages/yasnippet/snippets/csharp-mode/method b/packages/yasnippet/snippets/csharp-mode/method
new file mode 100644 (file)
index 0000000..e5ea465
--- /dev/null
@@ -0,0 +1,11 @@
+# contributor: Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
+# name: public void Method { ... }
+# key: method
+# --
+/// <summary>
+/// ${5:Description}
+/// </summary>${2:$(if (string= (upcase text) "VOID") "" (format "%s%s%s" "\n/// <returns><c>" text "</c></returns>"))}
+${1:public} ${2:void} ${3:MethodName}($4)
+{
+$0
+}
\ No newline at end of file