摘要:
企业版:vs_enterprise.exe --layout c:\vs2017offline 专业版:vs_professional.exe --layout c:\vs2017offline 社区版:vs_community.exe --layout c:\vs2017offline 如果需要下 阅读全文
posted @ 2017-10-31 16:23
HerringL
阅读(2198)
评论(0)
推荐(0)
摘要:
1 //定义类 2 public class MyClass 3 { 4 public int Property1 { get; set; } 5 } 6 static void Main() 7 { 8 MyClass tmp_Class = new MyClass(); 9 tmp_Class.Property1 = 2; 10 Type type = tm... 阅读全文
posted @ 2017-10-31 16:03
HerringL
阅读(580)
评论(1)
推荐(1)