Ievlewa_lab03_Base #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab_3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +49,4 @@
/// Перегрузка оператора сложения
/// </summary>
/// <returns></returns>
public static bool operator + (BoatsGenericCollection<T, U> collect, T? obj)
Требовалось поменять тип возвращаемого значения
@ -0,0 +31,4 @@
/// </summary>
public bool Insert(T boat)
{
int currentI = -1;
Правильнее было вызвать Insert(T obj, 0);
Pull request closed