[Mono-list] The future of C#

Dick Porter dick@ximian.com
09 Nov 2002 09:54:38 +0000


On Sat, 2002-11-09 at 03:43, Miguel de Icaza wrote:
>    You can do:
> 
> 	{
> 		button.Clicked += new ButtonEventHandler (sender, e){
> 			printf ("hello");
> 		}
> 	}

Yikes! That smells like java inner classes...

I wonder if they will incorporate some C++ code obfuscation techniques
in the next revision? :)

- Dick