JAY
在实践中进步!

文章分类 -  .net c#

成员名称不能与它们的封闭类型相同
摘要:今天 编写程序,遇到了 "成员名称不能与它们的封闭类型相同",代码如下:如果有人知道,请解答! 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace judge 6{ 7 class Judge 8 { 9 string Judge(int a)10 ... 阅读全文
posted @ 2007-06-15 21:55 jay tian 阅读(6202) 评论(4) 推荐(0)