ISEbd-11_Khairullov_B.A._LAB08 #10

Closed
selli7 wants to merge 2 commits from LabWork08 into LabWork07
Showing only changes of commit c24b19ed3c - Show all commits

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);