Skip to content

Instantly share code, notes, and snippets.

@ajepst
Created July 7, 2016 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajepst/83944adf65a72688f0e59f99461e3e45 to your computer and use it in GitHub Desktop.
Save ajepst/83944adf65a72688f0e59f99461e3e45 to your computer and use it in GitHub Desktop.
public void DoStuff(string message, Del logThing)
{
myLogger(message);
// do other stuff
}
DoStuff(“hello world”, myLogger);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment