Exemplo n.º 1
0
 public void Detach(Fruit fruit)
 {
     list.Remove(fruit);
 }
Exemplo n.º 2
0
 public void Attach(Fruit fruit)
 {
     list.Add(fruit);
 }