правка

This commit is contained in:
Evgeny Egov 2024-01-06 20:45:03 +04:00
commit 84cd9dadde
Failed to extract signature

View File

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