摘要:
//定义类 public class MyClass{public int Property1 { get; set; }}static void Main(){MyClass tmp_Class = new MyClass();tmp_Class.Property1 = 2;Type type = 阅读全文
posted @ 2016-07-01 11:15
CangoWu
阅读(2127)
评论(0)
推荐(1)
浙公网安备 33010602011771号