Beispiel #1
0
        public override ISimpleTask Clone()
        {
            var clone = new MathNumberIndexTask(_indexA, _indexB, _mathOperation, _resultIndex);

            clone.Copy(this);
            return(clone);
        }
Beispiel #2
0
        public override ISimpleTask Clone()
        {
            var clone = new MathNumberIndexTask(IndexA, IndexB, MathOperation);

            clone.Copy(this);
            return(clone);
        }