Пример #1
0
 public InputOutputMap AddTargetNode(ISinkNode target)
 {
     TargetNodes.Add(target);
     return(this);
 }