public void Tabulate(Counts counts) { counts.Increment(status); if (cells != null) { cells.Each(x => counts.Increment(x.Status)); } }
public void Tabulate(Counts counts) { counts.Increment(Status); }
public void Tabulate(Counts counts) { counts.Increment(status); cells?.Each(x => counts.Increment(x.Status)); }