I can't make System.Linq (aka LINQ to Objects) work. I am running MonoDevelop 2.2.1 in Ubuntu 10 Lucid Lynx with Mono 2.4.4.
They advertise in their site that they implemented LINQ, but I can't even find Enumerable.Range
or ToArray()
. What's wrong?
I guess what you would need to do is:
after that your code should compile and execute
hope this helps, regards