[msvc] Update csproj files (#4632)
[mono.git] / mcs / mcs / pending.cs
index 0f863a7bcf1c016f89a4588e49d6f427a5d7c676..661142822f802a9f55ed7560eb510ca5c30c1f50 100644 (file)
@@ -108,7 +108,7 @@ namespace Mono.CSharp {
                        throw new NotImplementedException ();
                }
 
-               public ExtensionMethodCandidates LookupExtensionMethod (TypeSpec extensionType, string name, int arity)
+               public ExtensionMethodCandidates LookupExtensionMethod (string name, int arity)
                {
                        throw new NotImplementedException ();
                }