Esempio n. 1
0
 internal string GuessTypeName()
 {
     // it is tempting to use regex, but regex won't work for typenames in C#
     // because of nested angle brackets
     return typeNameParser.GetTypeName(Make());
 }