3
I have an object Chromosome:
public List<int> Rotas { get; set; }
public int ValorFitness { get; set; }
And I also have a list of that object List<Cromossomo>
.
I’d like to sort this list by property Valorfitness, in descending order.
I’m using C#, Windowsform, Dotnet 4.5.1
This bass example is Lambda? Wouldn’t it be Linq? I think the examples are inverse D:
– Filipe Oliveira
@Filipeoliveira I’ll be adjusting, thank you.
– Renan