开发者

Parser Error: ")" expected

开发者 https://www.devze.com 2023-02-20 05:34 出处:网络
Ok, I\'m using C# on MonoDevelop 2.4 and I got this weird error: The 开发者_JAVA技巧tooltip says that it\'s a \'Parser Error: \")\" expected.\' Funny thing is: it works! Compiles and runs without a

Ok, I'm using C# on MonoDevelop 2.4 and I got this weird error:

Parser Error: ")" expected

The 开发者_JAVA技巧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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消