Example #1
0
        protected override INotifyValue <bool> AreConnectedInc(T a, T b)
        {
            var incValue = new AreConnectedValue(a, b, this);

            incValue.Attach();
            return(incValue);
        }
Example #2
0
        protected override INotifyValue <bool> AreConnectedInc(T a, T b)
        {
            var incValue = new AreConnectedValue(a, b, this);

            incValue.Successors.SetDummy();
            return(incValue);
        }