public TableCellCollectionEnumerator(TableViewCellCollection col)
 {
     _current = -1;
     _count = col.Count;
     _copyObject = col.CopyObject;
 }
Beispiel #2
0
 public TableCellCollectionEnumerator(TableViewCellCollection col)
 {
     _current    = -1;
     _count      = col.Count;
     _copyObject = col.CopyObject;
 }