Exemple #1
0
 /// <summary>
 /// If the fields on nodes are the same types as the nodes that are disconnected
 /// from then clear those field values
 /// </summary>
 /// <param name="otherPort"></param>
 private void ClearBackingValuesIfCorrectTypes(NodePort otherPort)
 {
     ClearBackingValueIfCorrectType(otherPort.node);
     otherPort.ClearBackingValueIfCorrectType(node);
 }