CS0308 The non-generic type 'Enumerable' cannot be used with type arg
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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Dec 25, 2020, 8:42 AM
Sachin SinghPosted Dec 25, 2020, 8:44 AM