Throw an ArgumentException when a delegate is bound to an open generic method.
authorJosh Peterson <petersonjm1@gmail.com>
Fri, 26 Aug 2016 18:54:27 +0000 (14:54 -0400)
committerJosh Peterson <petersonjm1@gmail.com>
Mon, 29 Aug 2016 16:23:13 +0000 (12:23 -0400)
commiteaaf9b498f7579063442491d45cb4f4ed86d8c28
tree2f690003d4cb36dab991b5725d2af4abcb198d43
parentd185b75dd7170e2555d2bb70f7a53b54ecbf855c
Throw an ArgumentException when a delegate is bound to an open generic method.

* This change was made in Unity's old version of Mono at: https://github.com/Unity-Technologies/mono/commit/9e27edaec9a91a75d6ebf0d21654dedcab74653d
mono/metadata/icall.c
mono/tests/Makefile.am
mono/tests/delegate-argument-exception.cs [new file with mode: 0644]