>From looking at one of the examples given, it looks like C# anonymous methods support using local variables (like closures). It looks like they use a wrapper class for the delegate.
::Tum > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:mono-list-admin@;ximian.com] On > Behalf Of Martin Bravenboer > Sent: Sunday, 10 November 2002 9:17 a.m. > To: [EMAIL PROTECTED] > Subject: Re: [Mono-list] The future of C# > > > [anonymous methods] yeah, only they are more useful > > It would be really useful if they will have lexical scope, but with the > most likely desugaring in mind, I don't think that will be the case > unfortunately. > > Martin Bravenboer > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
