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