Add EntityFramework (not same as System.Data.Entity)
[mono.git] / mcs / class / Microsoft.CSharp / Microsoft.CSharp.RuntimeBinder / RuntimeBinderContext.cs
index d0ef465cca81f36a35fc41b83b7138ff00e8e07f..bcb6e3c0b0e43044d7ab974d8915d3a5c8b10c7c 100644 (file)
@@ -70,7 +70,7 @@ namespace Microsoft.CSharp.RuntimeBinder
                        }
                }
 
-               public Compiler.TypeParameter[] CurrentTypeParameters {
+               public Compiler.TypeParameters CurrentTypeParameters {
                        get { throw new NotImplementedException (); }
                }