I am trying to run linq but I am getting error Please help me
Hello @Aleem_Khan
Just surround your line of code in round brackets like below, ending with .ToArray
(from n in arrNumber where n<50).ToArray
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.