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