Is it possible to have a generic method that requires a delegate(?) for a method or just a code block to be passed in as a parameter?
Say I have AddJob() and AddJob2(). I want these passed into a Generic method that runs some skeleton code but then executes the AddJob or AddJob2.
Thanks!
Edit:
I'm on .net 2.0.