[corlib] Implement MonoEvent Module property
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 15 Aug 2015 18:01:31 +0000 (20:01 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 15 Aug 2015 18:05:11 +0000 (20:05 +0200)
commita7b43b9a353e6165032836278f673cde72f0968a
tree0053203e147000026e01202cb20c9968253382c8
parent321e08e5eee54cdab4db5b3199f0ef187965060b
[corlib] Implement MonoEvent Module property

Add tests for Event-, Method- and ConstructorInfo to verify accessing .Module works (the latter two already worked before this change).
mcs/class/corlib/System.Reflection/MonoEvent.cs
mcs/class/corlib/Test/System.Reflection/ConstructorInfoTest.cs
mcs/class/corlib/Test/System.Reflection/EventInfoTest.cs
mcs/class/corlib/Test/System.Reflection/MethodInfoTest.cs