In some cases a function / method contains only one line in its scope, see the illustrative example:
static int Soma(int a, int b)
{
return a + b;
}
However, the new feature in C # 6.0 which allows declaring a function / method in lam...
asked by
22.07.2016 / 19:31