Example #1
0
 public void CopyTo(T[] array, int arrayIndex)
 {
     lock (SyncRoot)
     {
         buffer.CopyTo(array, arrayIndex);
     }
 }