Example #1
0
 //获取第几名的人
 public DBRank_One GetRankOneByIndex(int nIndex)
 {
     return(mImpl.GetRankOneByIndex(this, nIndex));
 }