public DBlockNode() { _Children = new NodeDictionary(this); }
public DMethod() { children = new NodeDictionary(this); }