Beispiel #1
0
 internal void BypassWireIO()
 {
     IOHelper.BypassWire(GetInputs(), GetOutputs());
     Debug.Assert(In.Flatten().All(x => !x.IsConnectedToAnything()));
     Debug.Assert(Result.Flatten().All(x => !x.IsConnectedToAnything()));
 }