Exemple #1
0
 //Normal binder from source Output, to target Input
 void DoNormalBinding(Port source, Port target)
 {
     (target as ValueInput <T>).BindTo((ValueOutput)source);
 }