コード例 #1
0
 public Leaf(Leaf leaf)
 {
     _name       = leaf._name;
     _content    = leaf._content;
     _hasSibling = true;
 }