PIbd-14_Rachek_A.S._LabWork8.Base #9

Closed
anchkk11 wants to merge 2 commits from lab_8 into lab_7
Owner
No description provided.
anchkk11 added 2 commits 2024-06-17 18:45:36 +04:00
eegov approved these changes 2024-06-17 19:41:54 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -56,2 +55,4 @@
public int Insert(T obj, IEqualityComparer<T?>? comparer = null)
{
if (Count == _maxCount) throw new CollectionOverflowException(Count);
if (comparer != null)
Collaborator

У списка есть метод Contains для проверки

У списка есть метод Contains для проверки
@ -0,0 +1,12 @@
using System;
Collaborator

Пустых классов быть не должно

Пустых классов быть не должно
eegov closed this pull request 2024-06-17 19:42:08 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anchkk11/PIbd-14_Rachek_A.S._Base#9
No description provided.