Ejemplo n.º 1
0
 public void AddChildNode(AttributeNode childNode)
 {
     childNode.SetParent(this);
     m_childNodeList.Add(childNode);
 }