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