how do I add Microsoft.Csharp.dll, Mono.CSharp.dll?
 [Android.Runtime.Preserve(AllMembers = true)] I have added so

using System.Collections.Generic;
using System.Text;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading;

namespace System.Linq.Dynamic
{
    [Android.Runtime.Preserve(AllMembers = true)]
    public static class DynamicQueryable
    {
        public static IQueryable<T> Where<T>(this IQueryable<T> source,
string predicate, params object[] values)
        {
            return (IQueryable<T>)Where((IQueryable)source, predicate,
values);
        }
....


--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/System-Linq-Dynamic-tp5636105p5638581.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to