コード例 #1
0
ファイル: Builder.cs プロジェクト: alexchet/DesignPatterns
 public void Clear()
 {
     root = new HtmlElement {
         Name = rootName
     };
 }