Exemplo n.º 1
0
        public void SetCumulator(CumulationFunc cumulationFunc)
        {
            Contract.Requires(cumulationFunc != null);

            this.cumulator = cumulationFunc;
        }
Exemplo n.º 2
0
        public void SetCumulator(CumulationFunc cumulationFunc)
        {
            Contract.Requires(cumulationFunc != null);

            this.cumulator = cumulationFunc;
        }