예제 #1
0
 public void sort(SortItem item)
 {
     Array.Sort(item.arr);
 }
예제 #2
0
 public void sort(SortItem item)
 {
     Array.Sort(item.arr);
 }