示例#1
0
 public DBlockNode()
 {
     _Children = new NodeDictionary(this);
 }
示例#2
0
 public DMethod()
 {
     children = new NodeDictionary(this);
 }