The System.Linq allows us to get the maximum value from an array after ordering it in a descending form: return sourceArray.OrderByDescending(x ...
確定! 回上一頁