コード例 #1
0
 public int IndexList_Fold()
 {
     return(il.Fold(0, (a, b) => a + b));
 }