public override ISimpleTask Clone() { var clone = new MathNumberIndexTask(_indexA, _indexB, _mathOperation, _resultIndex); clone.Copy(this); return(clone); }
public override ISimpleTask Clone() { var clone = new MathNumberIndexTask(IndexA, IndexB, MathOperation); clone.Copy(this); return(clone); }