Lambdas within Extension methods: Possible memory leak?
- by Oliver
I just gave an answer to a quite simple question by using an extension method. But after writing it down i remembered that you can't unsubscribe a lambda from an event handler.
So far no big problem. But how does all this behave within an extension method??
Below is my code snipped again. So can anyone enlighten me, if this will lead to myriads…