PIbd-11 Permyakov_R.G. AccordionBus Lab3 Simple #3

Closed
Roman wants to merge 2 commits from Lab3 into Lab2
Owner
No description provided.
Roman added 2 commits 2024-03-19 18:28:15 +04:00
eegov approved these changes 2024-03-30 10:52:08 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +29,4 @@
_collection.SetMaxCount = GetMaxCount;
}
public static bool operator +(AbstractCompany company, DrawningBus bus)
Collaborator

Требовалось поменять тип возвращаемого значения

Требовалось поменять тип возвращаемого значения
@ -0,0 +28,4 @@
public bool Insert(T obj)
{
for (int i = 0; i < _collection.Length; i++)
Collaborator

Правильнее было вызвать Insert(T obj, 0);

Правильнее было вызвать Insert(T obj, 0);
eegov closed this pull request 2024-03-30 10:52:13 +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: Roman/PIbd-11_Permyakov_R.G._AccordionBus_Simple#3
No description provided.