标签: .net reflection f#
我们知道在C#中,您可以通过sudo类型的属性获取MethodInfo和闭包实例Target。请参阅here。
sudo
MethodInfo
Target
现在问题是,如果我们得到一个Delegate对象,我们如何获得这些反射信息?
Delegate