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