PIbd-14_Rachek_A.S._LabWork8.Base #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab_8"
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?
Проверено
@ -56,2 +55,4 @@
public int Insert(T obj, IEqualityComparer<T?>? comparer = null)
{
if (Count == _maxCount) throw new CollectionOverflowException(Count);
if (comparer != null)
У списка есть метод Contains для проверки
@ -0,0 +1,12 @@
using System;
Пустых классов быть не должно
Pull request closed