Exemple #1
0
 public void CopyTo(IVegetable[] array, int arrayIndex)
 {
     _ingridients.CopyTo(array, arrayIndex);
 }