Is there a performance difference between using an if and a ternary operator in C #?
I use Resharper (Productivity Tool for VS) , he insists that ternary operator is better but you do not explain why.
Code, before Refactoring:
if (i...
asked on
28.05.2014 / 16:01