Beispiel #1
0
 public IntArray()
 {
     array = new ObjectArrayCollection();
 }
Beispiel #2
0
 public ObjIEnumerator(ObjectArrayCollection array)
 {
     this.objArray = array;
 }