标签:linq
Linq取最大值,避免为空报错
pointList.DefaultIfEmpty().Max(p => p == null ? 0 : p.X)
Linq
原文地址:http://volvo9yue.blog.51cto.com/12265053/1886982