Fork me on GitHub
摘要: //定义类 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 阅读(2114) 评论(0) 推荐(1) 编辑