Skip to content

Commit 1740f83

Browse files
authored
Why
1 parent 9d20b10 commit 1740f83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# CSharpTypePrinter
22

33
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

Comments
 (0)