Готовая лаба №3

This commit is contained in:
Софья Якобчук 2023-11-28 11:51:33 +04:00
parent 895f7fd63a
commit 23fcb0cd41

View File

@ -14,6 +14,7 @@ namespace Sailboat.Generics
{ {
_places = new T?[count]; _places = new T?[count];
} }
public int Insert(T boat) public int Insert(T boat)
{ {
return Insert(boat, 0); return Insert(boat, 0);