исправил

This commit is contained in:
selli73 2024-06-12 23:44:39 +04:00
parent 4aee36bc5c
commit c24b19ed3c

View File

@ -163,11 +163,6 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
}
}
//public void CollectionSort(IComparer<T?> comparer)
//{
// Array.Sort(_collection, comparer);
//}
void ICollectionGenericObjects<T>.CollectionSort(IComparer<T?> comparer)
{
Array.Sort(_collection, comparer);