Пример #1
0
 public void eachRow(Action <ROW> onRow)
 {
     O.eachKey(rows, onRow);
 }