Exemplo n.º 1
0
 public uint CallCount(string method)
 => CallCounter.TryGetValue(method, out var v) ? v : 0;