Skip to content

Instantly share code, notes, and snippets.

@mollyporph
Created December 21, 2016 08:27
Show Gist options
  • Save mollyporph/de9b34cc83ab487661899aa491151ecd to your computer and use it in GitHub Desktop.
Save mollyporph/de9b34cc83ab487661899aa491151ecd to your computer and use it in GitHub Desktop.
public static T Do (T obj, Action <T> f){f (obj); return obj;}
StopWatch sw = ...
sw.Do(x => x Stop()).ElapsedMillis;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment