为了账号安全,请及时绑定邮箱和手机立即绑定

c#用枚举类型时出现了访问不一致的问题怎么解决

 public string name;
        public int age;
        private Gender sex;
        public Child(string name, int age, Gender sex)
        {
            this.name = name;
            this.age = age;
            this.sex = sex;        }


正在回答

1 回答

public string name;  

   public int age;       

   public Gender sex;      

   public Child(string name, int age, Gender sex)      

  {          

    this.name = name;          

    this.age = age;          

     this.sex = sex;      

  }

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

c#用枚举类型时出现了访问不一致的问题怎么解决

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信