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:
- in project options set "runtime version" "mono/.net 3.5"
- add reference system.core package (right click references in solution explorer)
- add "using system.linq" module
after code should compile , execute
hope helps, regards
Comments
Post a Comment