JasonBock / SpackleNet

Spackle is a project that contains a number of helper methods I've used to supplement the core classes in .NET.
MIT License
14 stars 1 forks source link

Add Time() for FuncExtensions #13

Closed JasonBock closed 7 years ago

JasonBock commented 7 years ago

Now that C#7 has tuple types, add a Time() extension method for all the Func<> types that returns a (TimeSpan, TReturnType).