Example #1
0
 bool IExtendedCollection <T> .Add(T e)
 {
     lock (this) { return(set.Add(e)); }
 }