コード例 #1
0
 public void Return <TKey, TValue>(params ConcurrentDictionary <TKey, TValue>[] items)
 => ConcurrentDictionaryPool <TKey, TValue> .Return(items);
コード例 #2
0
 public void Return <TKey, TValue>(IEnumerable <ConcurrentDictionary <TKey, TValue> > items)
 => ConcurrentDictionaryPool <TKey, TValue> .Return(items);
コード例 #3
0
 public void Return <TKey, TValue>(ConcurrentDictionary <TKey, TValue> item)
 => ConcurrentDictionaryPool <TKey, TValue> .Return(item);