//排序 public List <KeyValuePair <ulong, DBRank_One> > Sort(bool isMustDo = false) { return(mImpl.Sort(this, isMustDo)); }