Say I have a function. I wish to add a reference to this function in a variable.
So I could call the function \'foo(bool foobar)\' from a variable \'bar\', as if it
Are you looking for Delegates?