Пример #1
0
 public virtual object Get(int index)
 {
     lock (Lock())
     {
         return(_delegate.Get(index));
     }
 }