Exemplo n.º 1
0
 public IDisposable Subscribe(IObserver <Row> observer) =>
 table.Rows().Subscribe(observer);