коммит
This commit is contained in:
parent
9ab0f8fa63
commit
5bb1d850e7
@ -136,20 +136,9 @@ namespace Lab1ContainersShip
|
|||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
/*if ((position < _places.Count && position >= 0) && _places.Count < _maxCount)
|
|
||||||
{
|
|
||||||
_places[position] = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}*/
|
|
||||||
Insert(value, position);
|
Insert(value, position);
|
||||||
|
|
||||||
// TODO проверка позиции
|
|
||||||
// TODO проверка свободных мест в списке
|
|
||||||
// TODO вставка в список по позиции
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public IEnumerable<T> GetShips(int? maxCars = null)
|
public IEnumerable<T> GetShips(int? maxCars = null)
|
||||||
|
Loading…
Reference in New Issue
Block a user