示例#1
0
    public void RankingTweet()
    {
        NCMBQuery <NCMBObject> query = new NCMBQuery <NCMBObject>(_board.ClassName);

        query.addOrderByDescending("Score");
    }