Hi,
I have Xamarin.Android (4.8.01013) and Xamarin.iOS (1.4.2) and we have written 
a class on Android that inherits from

System.Linq.Expressions.ExpressionVisitor in System.Core.dll

Unfortunately, the method signature for overriding VisitMethodCall on iOS is:

protected virtual void VisitMethodCall(MethodCallExpression methodCall);

Whereas the Android version is:

protected internal virtual Expression VisitMethodCall(MethodCallExpression 
node);

This suggests that the Android project is linking to a different Mono version 
for System.Core than the iOS counterpart which makes cross platform development 
very hard. How do we keep both of these in sync? I have downloaded the beta 
version of iOS and still no joy.

Thanks,
Narayan Sainaney


_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to