示例#1
0
 public void Tabulate(Counts counts)
 {
     counts.Increment(status);
     if (cells != null)
     {
         cells.Each(x => counts.Increment(x.Status));
     }
 }
示例#2
0
 public void Tabulate(Counts counts)
 {
     counts.Increment(status);
     if (cells != null)
     {
         cells.Each(x => counts.Increment(x.Status));
     }
 }
示例#3
0
 public void Tabulate(Counts counts)
 {
     counts.Increment(Status);
 }
 public void Tabulate(Counts counts)
 {
     counts.Increment(status);
     cells?.Each(x => counts.Increment(x.Status));
 }
示例#5
0
 public void Tabulate(Counts counts)
 {
     counts.Increment(Status);
 }