Ejemplo n.º 1
0
 public string[] splittedToppings()
 {
     string[] toppingsList = Toppings.Split(", ");
     return(toppingsList);
 }