Ejemplo n.º 1
0
 public void AddElement(string name, IPersistent child)
 {
     if (child != null)
     {
         element.AppendChild(child.ToXml(name, doc));
     }
 }