示例#1
0
 public static Color Sum(this IEnumerableExpression <Color> colors, Color seed)
 {
     return(colors.Aggregate(seed, Color.Plus));
 }