文件名称:快捷输入代码段mysnippet2
文件大小:1KB
文件格式:SNIPPET
更新时间:2022-05-19 02:17:13
mypn
<?xml version="1.0" encoding="utf-8"?>
<![CDATA[public $type$ $property$
{
get{ return this.$property$;}
set{
this.$property$=value;
RaisePropertyChanged(()=>$property$)
}
}$end$]]>