[Mono-dev] Please revert your changes.

Jeroen Frijters jeroen at sumatra.nl
Wed Aug 10 00:29:10 EDT 2005


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



More information about the Mono-devel-list mailing list