Merge branch 'LabWork06' into LabWork07

This commit is contained in:
Evgeny Egov 2024-01-06 20:45:16 +04:00
commit 1ba305160a
Failed to extract signature

View File

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