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