int [] nums = {1, -2, 3, 0, -4, 5}
var posNums = from n in nums where n >0 select n;
hello, how can i code with Query method
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.
Upendra Pratap ShahiPosted Jun 17, 2015, 12:55 AM
Munesh SharmaPosted Jun 17, 2015, 1:19 AM
Saroj Kumar SahuPosted Jun 17, 2015, 1:15 AM
Sreekanth ReddyPosted Jun 17, 2015, 12:56 AM