Help for this page
someList.Sort( (a, b) => a.Bar.CompareTo(b.Bar) ); someList.Sort( (a, b) => a.Foo.CompareTo(b.Foo) );