コード例 #1
0
 public string GetDescription()
 {
     return(coffee.GetDescription() + ", " + name);
 }
コード例 #2
0
 public string GetDescription()
 {
     return(string.Format("{0}, {1}", _coffee.GetDescription(), _name));
 }
コード例 #3
0
 public string GetDescription()
 {
     return(_baseCoffee.GetDescription() + ", MilkShake");
 }