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

MethodInfo.ConvertToCSharpMethodSignature extension method #91

Open
ZacharyPatten opened this issue Oct 28, 2021 · 0 comments
Open

MethodInfo.ConvertToCSharpMethodSignature extension method #91

ZacharyPatten opened this issue Oct 28, 2021 · 0 comments
Labels
Enhancement issues that suggest potential improvements

Comments

@ZacharyPatten
Copy link
Owner

This was requested in #90.

Will be the same as the existing Type.ConvertToCSharpSource extension methods for types, but it will convert the MethodInfo to the string as it would appear in the source code.

Some Topics Open To Discussion:

  • How to handle local functions?
  • Show/hide access modifier if default? (probably parameterize this or just always include access modifier)
  • Parameterize whether to keep applied generics?
@ZacharyPatten ZacharyPatten added the Enhancement issues that suggest potential improvements label Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement issues that suggest potential improvements
Projects
None yet
Development

No branches or pull requests

1 participant