在C#中get/set访问器快捷键是什么?
各位大哥哥大姐姐们,请指点我下好吗?我看有些人编程按某些键之后,get/set访问器那段的代码就出来了谁可以告诉我是按的什么吗?我想要的是属性下面的代码/********...
各位大哥哥大姐姐们,请指点我下好吗?我看有些人编程按某些键之后,get/set访问器那段的代码就出来了 谁可以告诉我 是按的什么吗?
我想要的是属性下面的代码
/**********字段***********/
private int gradeNo;//年级编号
/***********属性(set/get访问器)********/
public int GradeNo
{
get { return this.gradeNo; }
set { this.gradeNo = value; }
} 展开
我想要的是属性下面的代码
/**********字段***********/
private int gradeNo;//年级编号
/***********属性(set/get访问器)********/
public int GradeNo
{
get { return this.gradeNo; }
set { this.gradeNo = value; }
} 展开
3个回答
展开全部
建议装个AsEclipse插件吧,可以批量生成 get/set 访问器
AsEclipse is an add-in for MS Visual Studio, which enables you to use some convenient Eclipse editing functions in MS Visual Studio with almost the same shortcut keys. No matter whether you are familiar with Eclipse, AsEclipse will be helpful in coding with VS.
下载链接:https://visualstudiogallery.msdn.microsoft.com/99ede732-544c-4f3b-8e38-49e4b8395075/
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询