PIBD-12_Morozov_D.V. LabWork№3 #6
@ -53,7 +53,6 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
|
||||
public int Insert(T obj)
|
||||
{
|
||||
return Insert(obj, 0);
|
||||
|
||||
|
||||
}
|
||||
|
||||
public int Insert(T obj, int position)
|
||||
|
Loading…
x
Reference in New Issue
Block a user
Правильнее было вызвать Insert(T obj, 0);