コード例 #1
0
 public virtual void Sort(ISortAlg <TValue> sortAlg)
 {
     moveDataToStart();
     sortAlg.Sort(ref Data, Count);
 }