Add EntityFramework (not same as System.Data.Entity)
[mono.git] / mcs / class / Microsoft.CSharp / Microsoft.CSharp.RuntimeBinder / CSharpGetIndexBinder.cs
index 3afdf86a773a1265203517b512285a60e38550c9..367cc22b70e1a63c50a50fc53a577e506f153cf3 100644 (file)
@@ -65,7 +65,7 @@ namespace Microsoft.CSharp.RuntimeBinder
                        binder.AddRestrictions (target);
                        binder.AddRestrictions (indexes);
 
-                       return binder.Bind (ctx, callingContext, target);
+                       return binder.Bind (ctx, callingContext);
                }
        }
 }