Пример #1
0
 protected override bool GetValue(int index)
 {
     lock (_syncRoot)
         return(_list.GetValue(index));
 }