sd
This commit is contained in:
parent
36d6171669
commit
24afbe9254
@ -26,7 +26,7 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
|
||||
if (value > 0)
|
||||
{
|
||||
if (_collection.Length > 0)
|
||||
{s
|
||||
{
|
||||
Array.Resize(ref _collection, value);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user