Posts by user1013755 • 21 points
1 post
-
2
votes5
answers14262
viewsA: How to sort list with complex object by one of its properties?
See if this is what you want public class Foo { public int Codigo { get; set; } public string Nome { get; set; } public string Sobrenome { get; set; } // Várias outras propriedades } public class…