コード例 #1
0
 protected override SparseAList <int> RemoveSection(SparseAList <int> alist, int start, int subcount)
 {
     return(alist.RemoveSection(start, subcount));
 }