错误 1 类,结构或接口成员声明中的标记"{"无效 5

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

namespace _1_5
{
class Employee
{
private int id;
public int id;
{
get {return id ;}
set {id=value;}
}
private string name;
public string Name
{
get{return name;}
set{name=value;}
}
private bool marry;
private bool Marry;
{
get{return marry;}
set{marry=value;}
}
private decimal salary;
public decimal Salary
{
get{return salary;}
set{salary=value;}
}
public Employee(int id,string name,bool marry,decimal salary)
{
this.id=id;
this.name=name;
this.marry=marry;
this.salary=salary;
}
}
第三个“{”无效
展开
 我来答
全能阿峰
2017-07-20 · TA获得超过531个赞
知道小有建树答主
回答量:359
采纳率:16%
帮助的人:69.4万
展开全部
这么不细心,第三个 ‘{’ 前面多了个 ‘;’
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式