Files
dotfiles/Doom/.doom.d/snippets/csharp-mode/prop
dx c65cf688fc ~doom.d -> Doom/.doom.d
Proper naming, GNU/Stow style.
2020-05-05 02:59:45 +01:00

6 lines
134 B
Plaintext

# -*- mode: snippet -*-
# name: property ... ... { ... }
# key: prop
# condition: t
# --
public ${1:int} ${2:property} { get; set; }$0