예제 #1
0
 public DataNode()
 {
     Nodes = new DataNodeCollection(this);
 }
예제 #2
0
 public DataNode()
 {
     _children = new DataNodeCollection(this);
 }