Боровков М В ПИбд-22 3 лабораторная работа #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "labWork3"
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 +56,4 @@
/// <param name="collect"></param>
/// <param name="obj"></param>
/// <returns></returns>
public static bool operator +(LocomotivesGenericCollection<T, U> collect, T?
Требовалось поменять тип возвращаемого значения
@ -0,0 +71,4 @@
/// <param name="collect"></param>
/// <param name="pos"></param>
/// <returns></returns>
public static T? operator -(LocomotivesGenericCollection<T, U> collect, int
Требовалось поменять тип возвращаемого значения
@ -0,0 +50,4 @@
/// <returns></returns>
public bool Insert(T locomotive)
{
int end = _places.Length;
Правильнее было вызвать Insert(T obj, 0);
Pull request closed