We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d20b10 commit 1740f83Copy full SHA for 1740f83
README.md
@@ -1,3 +1,8 @@
1
# CSharpTypePrinter
2
3
Prints `System.Type` object as a valid C# code, e.g. `typeof(A<X>.B<Y>.C)` to `"A<X>.B<Y>.C"`
4
+
5
+It happens that the code for this is the write-only pile of details.
6
+I am using it in a three of my projects.
7
8
+**Code will follow soon...**
0 commit comments