Miguel de Icaza wrote:
>               Type t = typeof (CustomAttributeBuilder);
>               Console.WriteLine (t.BaseType);
> 
> And it does not display anything.   When compiled with csc 8, it does
> display _CustomAttributeBuilder.

Huh? _CustomAttributeBuilder is an interface, so it obviously won't show
up with the above code (not on csc 8 either) and it definitely exists in
.NET 1.1 SP1.

Regards,
Jeroen
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to