摘要:
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
阅读(186)
评论(0)
推荐(0)
浙公网安备 33010602011771号