On Mar 18, 2013, at 4:33 AM, Ian Norton 
<ian.norton-bad...@thales-esecurity.com> wrote:
> You probably mean to do:
> 
> $ csharp -r:System.Core 

That shouldn't be necessary at all; System.Core.dll should be in the default 
assembly include set and `using System.Linq` should be in the default namespace 
set for `csharp` so that you can immediately use LINQ:

        $ csharp
        Mono C# Shell, type "help;" for help

        Enter statements below.
        csharp> Enumerable.Range(1, 10).Max();
        10 

 - Jon

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to