Exemplo n.º 1
0
 public void AddInput_Chain()
 {
     _builder.AddInput <int>().AddInput <bool>();
 }