public void CopyTo([ItemNotNull] T[] array, int arrayIndex) { lock (_sync) { FilteredList.ToList().CopyTo(array, arrayIndex); } }