是什么区别this和base关键功能在下面的语句?
this
base
public Customer(string name, string referrerName) : base(name) public Customer(string Name) : this(Name)
.net c# inheritance constructor
.net ×1
c# ×1
constructor ×1
inheritance ×1