Is it possible to get the \"c# name\" of a type obtained with reflexion like:
System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Cultur
You need to parse a string like:
t`x[[a(,b,c,d)]]
where t is actual type; x - number of generic parameters; a,b,c,d,etc - generic aguments