emacs-prelude/vendor/yasnippet/snippets/csharp-mode/attrib
2012-02-17 22:12:32 +02:00

8 lines
171 B
Plaintext

# contributor: Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
# name: private attribute ....;
# key: attrib
# --
/// <summary>
/// $3
/// </summary>
private $1 $2;