遗忘的代码

在编程中寻找艺术,享受新的体验。

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2014年12月8日

摘要: c# 如何通过反射 获取\设置属性值//定义类public class MyClass{public int Property1 { get; set; }}static void Main(){MyClass tmp_Class = new MyClass();tmp_Class.Property... 阅读全文
posted @ 2014-12-08 12:51 遗忘的代码 阅读(227) 评论(0) 推荐(0)