public virtual object DeepClone(object obj) { lock (this) { return(new SynchronizedHashtable4((Hashtable4)_delegate .DeepClone(obj))); } }