| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| static string CleanupFullName(string fullTypeName) | ||
| { | ||
| // Cleanup the type name to get rid of funny nested type names. | ||
| string name = "CLR." + fullTypeName; |
There was a problem hiding this comment.
Maybe clr.?
Sorry, something went wrong.
| target.Append(nonGenericName); | ||
|
|
||
| var arguments = clrType.GetGenericArguments(); | ||
| target.Append('<'); |
There was a problem hiding this comment.
Could it make sense to use the "Python syntax" instead, i.e. square brackets?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Previously, Python.NET would produce confusing type names in certain scenarios (generic and/or nesting types).
Checklist
Check all those that are applicable and complete.