Готовая лаба №3
This commit is contained in:
parent
895f7fd63a
commit
23fcb0cd41
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user