Someone really hate you :-)
This means that someone is using a .NET language which allows some
interesting characters in its names.
\\ Is probably an escape char for \, which means that you actually have \,
Which is an escape char for , inside a type name.

On Thu, Apr 16, 2009 at 10:37 PM, Fabio Maulo <[email protected]> wrote:

> 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
>

Reply via email to