By Anders_Abel
via coding.abel.nu
Submitted: Dec 09 2012 / 07:30
Subscribing to an event with a method that requires state is a pain because it often requires a class to be created to hold that state. Fortunately we can use a lambda expression to have the compiler create that state for us instead.
Add your comment