Ievlewa_lab03_Base #3

Closed
chtzsch wants to merge 2 commits from lab_3 into lab_02
Owner
No description provided.
chtzsch added 2 commits 2023-10-31 18:19:33 +04:00
eegov approved these changes 2023-11-05 15:04:42 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +49,4 @@
/// Перегрузка оператора сложения
/// </summary>
/// <returns></returns>
public static bool operator + (BoatsGenericCollection<T, U> collect, T? obj)
Collaborator

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

Требовалось поменять тип возвращаемого значения
@ -0,0 +31,4 @@
/// </summary>
public bool Insert(T boat)
{
int currentI = -1;
Collaborator

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

Правильнее было вызвать Insert(T obj, 0);
eegov closed this pull request 2023-11-05 15:04:52 +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: chtzsch/Pibd-21_Ievlewa_M.D._SpeedBoat_Normal#3
No description provided.