We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A mechanism to either create the generic arguments needs to be devised, or they should be automatically excluded from the tests.
See the question on stackoverflow may help Calling generic method using reflection in .NET.
The text was updated successfully, but these errors were encountered:
Initial attempt at creating generic methods #1
62117e0
Can handle simple (none constrained generic methods), constrained by all interfaces, and attributed as class or struct.
Added complex generic types #1
f6ed747
These are excluded from tests at the moment as the framework cannot handle them.
More testing of generic types #1
de1aa90
Handle Generic Types with default constructor #1
6349a48
Still need to handle the following
where T : IInterface, new()
Sorry, something went wrong.
JSkimming
No branches or pull requests
A mechanism to either create the generic arguments needs to be devised, or they should be automatically excluded from the tests.
See the question on stackoverflow may help Calling generic method using reflection in .NET.
The text was updated successfully, but these errors were encountered: