Test for assignability of arrays to generic interfaces. Fixes #2304.
[mono.git] / mcs / class / System.Core / System.Linq.Parallel.QueryNodes / QueryWhereNode.cs
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-02 Jérémie Laval[PLinq] Cleanup and prettify code from earlier commit
2010-11-24 Jérémie Laval[PLinq] Improve Where query node speed by avoiding...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-26 Jérémie Laval[PLinq] Add Cancellation checks even deeper. Introduce...
2010-08-19 Jérémie Laval[PLinq] Replace calls to ToArray by ToList in query...
2010-08-18 Jérémie Laval[PLinq] Reflect directory hierarchy change on namespace...
2010-08-17 Jérémie Laval[PLinq] Move NET_4_0 define check under licence text
2010-08-17 Jérémie Laval[PLinq] Tidy up file hierarchy in System.Linq