internal IterationSampleEnumrator(IterationSample parent)
 {
     this.parent = parent;
     pos         = -1;
 }