aboutsummaryrefslogtreecommitdiff
path: root/doom.d/snippets/csharp-mode/prop
blob: eb2969e59d2ea68be899a1ebc2964fe460f38b91 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: property ... ... { ... }
# key: prop
# condition: t
# --
public ${1:int} ${2:property} { get; set; }$0