【发布时间】:2017-04-20 18:10:36
【问题描述】:
我们如何在 .NET Core 中替换 MethodInfo.ReflectedType?
在 .NET Core 1.1 中 MethodInfo.ReflectedType 仍然不可用。
它是什么替代品?
【问题讨论】:
-
我假设与
PropertyInfo.ReflectedType相同的原因和解决方法:stackoverflow.com/questions/42126798/…
标签: c# .net reflection .net-core