Exemplo n.º 1
0
 public void AgregaHijo(Nodo hijo)
 {
     Hijos.Add(hijo);             //Agrega hijo a la lista
 }