예제 #1
0
 internal IterationSampleIterator(IterationSample parent)
 {
     this.parent = parent;
     position    = -1;
 }