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

return final.OrderBy(s => s.PlayOrder).ThenBy(s => s.Name);

Leave a Comment