C#反射机制 Type类型
using System;using System.Collections.Generic;using System.Linq;using System.Reflection;using System ...
using System;using System.Collections.Generic;using System.Linq;using System.Reflection;using System ...
在还不太熟悉反射的昨天 ,以为反射很神秘 ,在网上到处找答案 .今天找了段代码敲了一下 ,茅塞顿开 ! 其实反射也就那么简单的一回事 ! 反射是一种机制 , 通过这种机制我们可以知道一个未知类型的 ...