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