Beispiel #1
0
 public void ApplyRules(InputNode node)
 {
     Rules.Top.ApplyInputs(node, node.ParentChain() ?? new BehaviorChain(), this);
 }
        public void SetUp()
        {
            theInput = new InputNode(typeof (Address));

            _collection = new Lazy<ReaderCollection<Address>>(() => new ReaderCollection<Address>(theInput));
        }