示例#1
0
 public void MergeSort()
 {
     MergeSort <int> .RunSequential(startArray);
 }