Closed JasonBock closed 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).
Time()
Func<>
(TimeSpan, TReturnType)
Now that C#7 has tuple types, add a
Time()
extension method for all theFunc<>
types that returns a(TimeSpan, TReturnType)
.