ПИбд-21 Кувшинов Тимур 3Лаба простая #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "laba3"
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?
ПИбд-21 Кувшинов Тимур 3Лабаto ПИбд-21 Кувшинов Тимур 3Лаба простаяЗачтено с понижением балла(ов)
@ -0,0 +36,4 @@
/// <returns></returns>
public int Insert(T train)
{
int i = 0;
Правильнее было вызвать Insert(T obj, 0);
@ -0,0 +65,4 @@
/// <param name="collect"></param>
/// <param name="pos"></param>
/// <returns></returns>
public static T operator -(TrainsGenericCollection<T, U> collect, int pos)
Требовалось поменять тип возвращаемого значения
Pull request closed