Somebody know what mean this type ?"Some\\,Type, SomeAssembly\\,"
I'm working on TypeNameParser to anable it to parse complex generic types like this MyComplexClass<MyGClass<int>, IDictionary<string, MyGClass<string>>, string> I would like to understand what mean something we are testing. -- Fabio Maulo
