示例#1
0
 protected override AList <int> CopySection(AList <int> alist, int start, int subcount)
 {
     return(alist.CopySection(start, subcount));
 }