예제 #1
0
 public override Type CloneType()
 {
     return(new IteratorType(
                BaseType.CloneType(),
                Index));
 }