ISEbd-21 Melnikov I.O. Lab work 03 Base #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork03"
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 +59,4 @@
/// <param name="map"></param>
/// <param name="position"></param>
/// <returns></returns>
public static int operator -(MapWithSetLocomotivesGeneric<T, U> map, int position)
Тип возвращаемого значения выбран неверно
@ -0,0 +26,4 @@
/// <returns></returns>
public int Insert(T locomotive)
{
T testLocomotive = _places[0];
Правильнее было вызвать Insert(T obj, 0);
@ -0,0 +79,4 @@
/// </summary>
/// <param name="position"></param>
/// <returns></returns>
public int Remove(int position)
Тип возвращаемого значения выбран неверно