Beispiel #1
0
 public IEnumerator <TItem> GetEnumerator()
 {
     lock (SyncRoot)
         return(_internalCollection.GetEnumerator());
 }