コード例 #1
0
 internal void RemoveChild(DomNode outNode)
 {
     System.Diagnostics.Debug.Assert(outNode.ParentElement == this);
     if (outNode.ParentElement == this)
     {
         outNode.RemoveSelf();
     }
 }