Example #1
0
 public int IndexOf(T item)
 {
     lock (SyncRoot)
     {
         return(buffer.IndexOf(item));
     }
 }