예제 #1
0
 public TimeoutDictionary()
 {
     _dictionary = new NonBlocking.ConcurrentDictionary <TKey, TimeoutStruct>();
 }