[delegate] Fix multicast Method property implementation
commit174c4317b1cf70bd25762dc1a816f348b6d7f2e7
authorLudovic Henry <ludovic@xamarin.com>
Tue, 8 Dec 2015 16:38:32 +0000 (8 16:38 +0000)
committerLudovic Henry <ludovic@xamarin.com>
Tue, 8 Dec 2015 16:38:32 +0000 (8 16:38 +0000)
treea44c4f1448292eeff7293393d6110ff30b8f1834
parent93f14d9b0ea17fb16327999a20e37446e5e45b2c
[delegate] Fix multicast Method property implementation

.NET returns the method for the last delegate of the multicast delegate.
mcs/class/corlib/System/Delegate.cs
mcs/class/corlib/System/MulticastDelegate.cs
mono/tests/Makefile.am
mono/tests/delegate13.cs [new file with mode: 0644]