Exemplo n.º 1
0
 public ReactiveTableEnumerator(ReactiveTable table)
 {
     _table = table;
     _rows  = _table.GetRows().GetEnumerator();
 }