Exemple #1
0
 public bool RemoveInterfacePin(string id)
 {
     return(dynamicInputPin.RemovePin(id));
 }
Exemple #2
0
 public bool RemoveInterfacePin(string id) => arguments.RemovePin(id);
Exemple #3
0
 public bool RemoveInterfacePin(string id) => flowInputs.RemovePin(id);