以下是来自类的代码:
public class Employee : IEntity
{
public string FirstName { get; set; }
public string LastName { get; set; }
public int EmployeeID { get; set; }
}
public class Company : IEntity
{
public string Name { get; set; }
public string TaxID { get; set }
}
Run Code Online (Sandbox Code Playgroud)
我一直用得到; 并设定; 用括号里的东西.我从来没有像这样离开他们.
写作只是:
得到; 组;
这是什么意思?