PIBD-12_Morozov_D.V. LabWork№3 #6

Closed
MorozovDanil wants to merge 8 commits from Lab3_base into Lab2_base
Showing only changes of commit 419dee846e - Show all commits

View File

@ -53,7 +53,6 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
public int Insert(T obj)
{
return Insert(obj, 0);
Outdated
Review

Правильнее было вызвать Insert(T obj, 0);

Правильнее было вызвать Insert(T obj, 0);
}
public int Insert(T obj, int position)