Deutsch
Germany.ruФорумы → Архив Досок→ Программирование

Linq - At least one object must implement IComparable.

19.12.17 08:37
Re: Linq - At least one object must implement IComparable.
 
Программист коренной житель
в ответ moose 18.12.17 22:58

В листе содержится что-то типа такого:

class SomeType
{
    public <some type> T1 { get; }
    public <some (other) type> T2 { get; }
}

И скорее всего <some type> и/или <some (other) type> не имплементируют IComparable.

 

Перейти на