コード例 #1
0
 public IntegerSetEnumerator(IntegerSet set)
 {
     this.set = set;
     this.pos = -1;
 }