protected override BList <int> CopySection(BList <int> blist, int start, int subcount) { return(blist.CopySection(start, subcount)); }