PIbd-11 Valiulov I.A. LabWork08 Simple #8
@ -1,6 +1,4 @@
|
||||
using ProjectWarmlyShip.Drawnings;
|
||||
|
||||
namespace ProjectWarmlyShip.CollectionGenericObjects;
|
||||
namespace ProjectWarmlyShip.CollectionGenericObjects;
|
||||
|
||||
public interface ICollectionGenericObjects<T>
|
||||
where T : class
|
||||
|
@ -1,7 +1,4 @@
|
||||
using ProjectWarmlyShip.Drawnings;
|
||||
using ProjectWarmlyShip.Exceptions;
|
||||
using System.Linq;
|
||||
using System.Runtime.Serialization;
|
||||
using ProjectWarmlyShip.Exceptions;
|
||||
|
||||
namespace ProjectWarmlyShip.CollectionGenericObjects;
|
||||
|
||||
@ -84,7 +81,6 @@ public class ListGenericObjects<T> : ICollectionGenericObjects<T>
|
||||
yield return _collection[i];
|
||||
}
|
||||
}
|
||||
|
||||
void ICollectionGenericObjects<T>.CollectionSort(IComparer<T?> comparer)
|
||||
{
|
||||
_collection.Sort(comparer);
|
||||
|
Loading…
Reference in New Issue
Block a user