示例#1
0
 public Node PickChild(DataEntry example)
 {
     return(children[example.AttributeValues[this.attribute.Name]]);
 }
示例#2
0
 public virtual string Choose(DataEntry example)
 {
     return(PickChild(example).Choose(example));
 }