SIGN IN SIGN UP

improved support for generic method overloading

Prior to this change if method had multiple generic overloads, only 1 of them could be matched (whichever one reflection would return first)

Now MethodBinder.MatchParameters returns all matching generic overloads, not just the first one.

fixes https://github.com/pythonnet/pythonnet/issues/1522
V
Victor Nova committed
fabb22ca07514311d29c3d04874af7e69d9ed4cf
Parent: c4238d9
Committed by Victor <lostfreeman@gmail.com> on 1/5/2022, 6:57:36 PM