예제 #1
0
 public PropertyTree(string localName) : base(localName)
 {
     this.children = new PropertyNodeLinkedList(this);
 }
예제 #2
0
 public PropertyTree(QualifiedName name) : base(name)
 {
     this.children = new PropertyNodeLinkedList(this);
 }