Forgetting issues such as readability, what would be the differences between the following calls?
readonly Func = (T1, T2) = > {return default (TResult); }
private readonly Func<int, int, int> Soma = new Func<Func<int, int,...
asked by
29.04.2016 / 13:58