How i can get full right name of generic type?
For example: This code
typeof(List).Name
return
typeof(List).ToString()