2
Answers

CS0308 The non-generic type 'Enumerable' cannot be used with type arg

Photo of Nabin Agarwala

Nabin Agarwala

4y
2.1k
1
CS0308 The non-generic type 'Enumerable' cannot be used with type arguments Enumerable res = from n in num where (n % 2) == 0 select n; How fix error

Answers (2)