示例#1
0
 public void Sort(Comparison <Sweet> comparer)
 {
     Sweets.Sort(comparer);
 }