5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
|
# -*- mode: csharp -*-
|
||
|
# name: prop
|
||
|
# key: prop
|
||
|
# --
|
||
|
public ${1:string} ${2:PropertyName} { get; set; }
|