How to use LINQ in Mono? -


i can't make system.linq (aka linq objects) work. running monodevelop 2.2.1 in ubuntu 10 lucid lynx mono 2.4.4.

they advertise in site implemented linq, can't find enumerable.range or toarray(). what's wrong?

i guess need is:

  1. in project options set "runtime version" "mono/.net 3.5"
  2. add reference system.core package (right click references in solution explorer)
  3. add "using system.linq" module

after code should compile , execute

hope helps, regards


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -