Reorder arguments for better Intellisense
Closed this issue · 0 comments
Konard commented
Exceptions/EnsureExtensions.cs
Line 31 in 9cb9f43
The
argument
should be first, predicate
second.That fill help compiler infer the type before programmer will write
predicate
body.