示例#1
0
 public int CountSpecific(CounterType counterType)
 {
     return(_counters.Count(x => x.Type == counterType));
 }