C#反射问题能反射到内部类吗?具体怎么实现的?[解决办法]
Type type = 某一类型;Type ntype = type.GetNestedType("嵌套类型名", BindingFlags.Public | BindingFlags.NonPublic);