[MonoDevelop] PATCH: Generics support

Alejandro Serrano trupill at yahoo.es
Fri Jun 16 05:58:16 EDT 2006


I find it OK. I'm really looking forward to the moment you commit to 
continue work on other areas for generics support. Just a little point, 
I think the SpecialConstraintType enum should be:

    public enum SpecialConstraintType : byte
    {
        Class = 0x01,
        Struct = 0x02,
        New = 0x04,
        Covariant = 0x08,
        Contravariant = 0x16
    }

so it gets every possibility allowed in the CLI instead of only the ones 
allowed in C#, because maybe other languages my implement these features.

Alejandro Serrano, "Serras"

Matej Urbas escribió:
> Hi
>
> I have attached the final changes needed for generics support. I have 
> compiled the changes and tested them.
>
> Tell me if something is missing or wrong. If everything is alright, 
> please commit it - it shouldn't break anything.
>
> Language bindings and the GUI still need changes to properly display 
> generics.
>
> P.S.: GenericParameter.cs, GenericParameterList.cs and 
> ReturnTypeList.cs should be added into MonoDevelop.Projects.Parser.
>

		
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


More information about the Monodevelop-list mailing list