Solution 1 Since Array implements IEnumerable you can just do this: var arr = new int[2, 2] {{1,2}, {3, 4}}; int max = arr.Cast ().
確定! 回上一頁