示例#1
0
 public void CopyTo(Order[] array, int index)
 {
     OrderList.CopyTo(array, index);
 }