How do I pass a method as an argument? I do this all the time in Javascript and need to use anonymous methods to pass params. How do I do it in c#?
protecte
Take a look at C# Delegates
http://msdn.microsoft.com/en-us/library/ms173171(VS.80).aspx
Tutorial http://www.switchonthecode.com/tutorials/csharp-tutorial-the-built-in-generic-delegate-declarations