Exemplo n.º 1
0
 internal IterationSampleIterator(IterationSample parent)
 {
     this.parent = parent;
     position    = -1;
 }