You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
This was requested in #90.
Will be the same as the existing
Type.ConvertToCSharpSource
extension methods for types, but it will convert theMethodInfo
to the string as it would appear in the source code.Some Topics Open To Discussion:
The text was updated successfully, but these errors were encountered: