I have a function and delegate
void printFunction(int number){ Console.WriteLine(number); } delegate void SomeDelegate(int num);
So, I