Skip to content
New issue

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

Add Type.GetMethod overload that takes Name, BindingFlags, and Parameter Types #44529

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

eerhardt
Copy link
Member

Adding overloads to GetConstructor and GetMethod that don't take a Binder or parameter modifiers.

Fix #42753

…ter Types

Adding overloads to GetConstructor and GetMethod that don't take a Binder or parameter modifiers.

Fix dotnet#42753
Copy link
Member

@steveharter steveharter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System reflection code changes LGTM

@eerhardt
Copy link
Member Author

@eerhardt eerhardt merged commit e5eccd8 into dotnet:master Nov 11, 2020
@eerhardt eerhardt deleted the AddReflectionOverloads branch November 11, 2020 23:43
@ghost ghost locked as resolved and limited conversation to collaborators Dec 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Type.GetMethod overload that takes Name, BindingFlags, and Parameter Types
3 participants