ISEbd-12_Paramonova_I.A._LabWork08_Simple #22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork08.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -55,3 +55,3 @@
public int Insert(T obj)
public int Insert(T obj, IEqualityComparer<T?>? comparer = null)
{
if (Count == _maxCount) throw new CollectionOverflowException(Count);
Нет проверки
Pull request closed