yasnippet-snippets/snippets/csharp-mode/attrib

8 lines
172 B
Plaintext

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