PIBD-14 Boyko_M.S, LabWork08 Simple #10

Closed
LivelyPuer wants to merge 1 commits from lab8-develop into lab7-develop
Owner
No description provided.
LivelyPuer added 1 commit 2024-05-23 01:01:58 +04:00
eegov approved these changes 2024-05-25 19:39:01 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -54,1 +54,4 @@
if (Count == _maxCount) throw new CollectionOverflowException(Count);
if (comparer != null)
{
for (int i = 0; i < Count; i++)
Collaborator

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

У списка есть метод Contains для проверки
@ -0,0 +32,4 @@
}
if (x is DrawingElectroTrans && y is DrawingElectroTrans)
{
if (((EntityElectroTrans)x.EntityTrans).AdditionalColor !=
Collaborator

Зачем неоднократные преобразования, что мешает сделать это один раз?

Зачем неоднократные преобразования, что мешает сделать это один раз?
eegov closed this pull request 2024-05-25 19:39:14 +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: LivelyPuer/PIBD14-BOYKO-M.S.SuperEasySuperPuper#10
No description provided.