Skip to content

Instantly share code, notes, and snippets.

@ajepst
Created July 7, 2016 04:38
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/aa62bd681e417cb001f3b7ee9704aefd to your computer and use it in GitHub Desktop.
Save ajepst/aa62bd681e417cb001f3b7ee9704aefd to your computer and use it in GitHub Desktop.
public void DoStuff(string message, Func<string> logThing)
{
myLogger(message);
// do other stuff
}
DoStuff("hello world", q);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment