Ejemplo n.º 1
0
 protected abstract T convertNode(CategoryNode n);
Ejemplo n.º 2
0
 public StringNode(CategoryNode parent, string value) : base(parent)
 {
     this.value = value;
 }
Ejemplo n.º 3
0
 public abstract void retoolNode(CategoryNode node);