SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the ThenBy and ThenByDescending extension methods:
foobarList.OrderBy(x => x.Foo).ThenBy( x => x.Bar)