PIbd-21. Putintsev D.M. Lab work 03 #3

Closed
Danil wants to merge 1 commits from Lab3 into Lab2
Owner
No description provided.
Danil added 1 commit 2023-10-10 22:18:23 +04:00
Danil requested review from eegov 2023-10-10 22:18:55 +04:00
eegov approved these changes 2023-10-15 16:01:20 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +30,4 @@
/// </summary>
/// <param name="car">Добавляемый автомобиль</param>
/// <returns></returns>
public int Insert(T train)
Collaborator

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

Правильнее было вызвать Insert(T obj, 0);
@ -0,0 +67,4 @@
/// <param name="collect"></param>
/// <param name="pos"></param>
/// <returns></returns>
public static T? operator -(RoadTrainGenericCollection<T, U> collect, int
Collaborator

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

Требовалось поменять тип возвращаемого значения
eegov closed this pull request 2023-10-15 16:01:24 +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: Danil/PIbd-21_Putintsev_D.M._RoadTrain_Base#3
No description provided.