为什么我这里的EnterpriseAccount()会标红?

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

/// <summary>
/// EnterpriseAccount 的摘要说明
/// </summary>
public class EnterpriseAccount : Account
{
  private string _Type;//定义_Type私有字段,对应Type属性
  public string Type
  {
    get { return _Type; }
    set { _Type = value; }
  }

  public EnterpriseAccount()
  {
  }
}
#求解#
全部评论

相关推荐

12-27 22:46
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务