ISEbd-12_Paramonova_I.A._LabWork08_Simple #22

Closed
ikswi wants to merge 2 commits from LabWork08.1 into LabWork07.1
Owner
No description provided.
ikswi added 2 commits 2024-06-04 15:42:08 +04:00
eegov approved these changes 2024-06-04 20:36:24 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -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);
Collaborator

Нет проверки

Нет проверки
eegov closed this pull request 2024-06-04 20:36:36 +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: ikswi/ISEbd-12_Paramonova_I.A._Simple#22
No description provided.