How to use Linq in Mono?
- by Jader Dias
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?