Esempio n. 1
0
        public void Surf(ComputationContext ctx)
        {
            this.ChildrenNodes.WhereType <ISurfable>().ForEach(it => it.Surfed(ctx));

            compute(ctx);
        }
Esempio n. 2
0
 protected abstract void compute(ComputationContext ctx);