How to use Linq in Mono?

Posted by Jader Dias on Stack Overflow See other posts from Stack Overflow or by Jader Dias
Published on 2010-04-27T02:00:11Z Indexed on 2010/04/27 2:03 UTC
Read the original article Hit count: 430

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about mono

Related posts about monodevelop