错误1类、结构或接口成员声明中的标记“;”无效

usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespa... using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication4
{
class Student
{
private string name;
private int_score; //←这里的“;”
public int Score
{
get{return _score;}
set{_score=value ;}
}
}
class Program
{
static void Main(string[] args)
{
Student student1 = new Student();
student1.Score = 100;
Console.Write("最后得分是:" + student1.Score);

}
}

}
展开
 我来答
微软专家张海
2009-06-25 · TA获得超过748个赞
知道小有建树答主
回答量:564
采纳率:100%
帮助的人:0
展开全部
private int 空格 _score
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式