Example #1
0
 public NodeType CreateNodeType(NodeType parent, string name, string className)
 {
     return(CreateNodeType(0, parent, name, className));
 }
Example #2
0
 public NodeType CreateNodeType(NodeType parent, string name)
 {
     return(CreateNodeType(parent, name, null));
 }