Using generic delegates in C# to create reusable methods
http://nyquistrate.com/blog/2009/apr/09/generic-delegates-and-reusable-methods/This may very well be child's play to some here, but I recently had the need to use a generic delegate for the first time.
I found the result to be pretty useful, so I wanted to post it in hope that it will be useful to someone else.