This commit is contained in:
elizaveta 2024-10-08 13:47:19 +04:00
parent 36d6171669
commit 24afbe9254

View File

@ -26,7 +26,7 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
if (value > 0)
{
if (_collection.Length > 0)
{s
{
Array.Resize(ref _collection, value);
}
else