Ejemplo n.º 1
0
 public void RandomBuilderPredicateOnly()
 {
     _builder = buildFactory(1);
     //If it can cast the base node to a PredicateNode, we've succeeded
     var temp = (PredicateNode)_builder.Build();
 }