Wait, you're getting this error at runtime? Usually it's a compile-time error. It would be interesting to see how you are calling it.
As an aside, you might want to look into IObservable<T> by the way. It looks a lot like your method signature, but it also abstracts out merging, fork/join, and marshalling control flow across threads. You might find it an interesting abstraction. -Max On Wed, Aug 22, 2012 at 5:49 AM, Stephan Steiner <stephan.stei...@gmail.com>wrote: > Turns out this error only creeps up when there's a compilation error. Then > suddenly, it bitches about all calls to this particular method. > > When I initially posted, Visual Studio was doing something funky, too, and > showing any call to that particular method with a red wave underline. I > still see this happening from time to time when I'm debugging, even though > the method can be executed without issues. > > Could this be a Visual Studio + Mono4Android specific issue? I have the > same code running in a regular PC project and never had any issues. > > Regards > Stephan > > > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/cannot-convert-from-lambda-expression-to-System-Action-tp5711402p5711448.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > -- Hahahahaaaa!!! That is ME laughing at YOU, cruel world. -Jordan Rixon I could not love thee, dear, so much, Loved I not Honour more.
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid