summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/csharp-mode/method
blob: e9a5906d016bad44f94d095d3be4ef2726654bfc (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                                       
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
#name : public void 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
}