parent
dfecf0ae59
commit
ed59077254
@ -14,7 +14,6 @@ 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