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