解析器错误:“)”预期的
好吧,我在 MonoDevelop 2.4 上使用 C#,但遇到了这个奇怪的错误:
工具提示说它是一个 '解析器错误:预期为“)”。有趣的是:它有效!编译并运行顺利。
唯一的问题是,整个班级没有显示在班级垫中。我该如何解决这个问题?
Ok, I'm using C# on MonoDevelop 2.4 and I got this weird error:
The tooltip says that it's a 'Parser Error: ")" expected.' Funny thing is: it works! Compiles and runs without a hitch.
The only problem is, the entire class doesn't show up in the classes pad. How do I resolve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的猜测是 MonoDevelop 还不理解可选参数...或者至少您使用的版本不理解 - 尽管编译器本身可以理解。
My guess is that MonoDevelop doesn't understand optional parameters yet... or at least the version you're using doesn't - even though the compiler itself does.