Example #1
0
 public MyIterator(MyClass clazz)
 {
     this._class = clazz;
     MyClass expr_0E = this._class;
     this._index = ((expr_0E != null) ? expr_0E.Start : 0);
 }
Example #2
0
 public MyIterator(MyClass clazz, int index)
 {
     this._class = clazz;
     this._index = index;
 }
Example #3
0
 public MyIterator(MyClass clazz, int index)
 {
     this._class = clazz;
     this._index = index;
 }