LabWork08 Zacharchenko PIbd-21 #9
@ -29,7 +29,10 @@ namespace DoubleDeckerBus
|
||||
|
||||
public int Insert(T bus, int position)
|
||||
{
|
||||
// TODO Проверка на уникальность
|
||||
if (_places.Contains(bus))
|
||||
{
|
||||
throw new ArgumentException("The same bus exist");
|
||||
}
|
||||
|
||||
if (position < 0 || position >= _maxCount)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user