SpringDragon

导航

 

2017年5月8日

摘要: using System; using System.Reflection; // 反射 (Reflection) // 可以通过类,属性,方法的名字来使用类,属性,方法 namespace A { class Person { public int age; private int score; private readonly int... 阅读全文
posted @ 2017-05-08 14:08 chenquanlong 阅读(180) 评论(0) 推荐(0) 编辑