| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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 pythonnet#1522
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
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.
Does this close any currently open issues?
fixes #1522
Checklist
Check all those that are applicable and complete.