Пример #1
0
 public bool ContainsKey(T1 key)
 {
     lock (Locker) { return(Origin.ContainsKey(key)); }
 }