[Mono-dev] Mono.Cecil: Full names of generic types

Matej Urbas matej.urbas at gmail.com
Sun Jul 23 04:38:29 EDT 2006


On Sun, 2006-07-23 at 12:32 -0400, Miguel de Icaza wrote:
> The complete specification for this syntax is available on the ECMA 335
> specification:
> 
> http://www.ecma-international.org/publications/standards/Ecma-334.htm
> 

Thank you.


I have also found the answer to the second question: it is not necessary
to parse the names of parameter and return types - the info is stored in
GenericInstanceType.GenericArguments. I only had to figure out that
TypeReferences of parameters are of type GenericInstanceType.

Thank god I found this :) - I was just about to write a name parser :D


Hope I didn't bug you too much.

Enjoy,
---
Matej




More information about the Mono-devel-list mailing list