Beispiel #1
0
 public int IndexOf(TItem item)
 {
     lock (SyncRoot)
         return(_internalCollection.IndexOf(item));
 }