Example #1
0
 public LeafTreeNode(ILeaf leaf)
     : base(leaf.GetName())
 {
     this.leaf = leaf;
 }