Group-10 LastNameF.P. LabWork06 Simple #7

Closed
eegov wants to merge 8 commits from LabWork06 into LabWork05
Showing only changes of commit 84cd9dadde - Show all commits

View File

@ -21,7 +21,6 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
{
return _collection.Length;
}
set
{
if (value > 0)