示例#1
0
 internal virtual void AddChild(HtmlNode child)
 {
 }
示例#2
0
 public HtmlElement(string name)
     : base(name)
 {
     _child = null;
 }