Exemplo n.º 1
0
 AddCells(ref cells, dir, moves);
Exemplo n.º 2
0
 { typeof(int), (index, cells) => int.TryParse(cells[index], out int result) ? result : 0 },