How can I sort a List by multiple T.attributes?

前端 未结 3 1372
走了就别回头了
走了就别回头了 2020-11-29 04:56

Let\'s say I have a List of Songs.

Song {
    public string Name = \"\";
    public int PlayOrder = 0;
    }

Now I want to sort them first

3条回答
提交回复
热议问题