コード例 #1
0
 /// <summary>
 /// Determines if current <see cref="PNCounterDictionary{TKey}"/> has a counter
 /// registered under provided <paramref name="key"/>.
 /// </summary>
 public bool ContainsKey(TKey key) => _underlying.ContainsKey(key);