1
Answer

Pass function as parameter.

I have a function myFunc(......) i would like to pass a function to myFunc that should be called in myFunc. If I have a function called aFunc(string a), how can I pass that function to myFunc?

Answers (1)