фикс
This commit is contained in:
parent
f0555a2a64
commit
6563fd4bec
@ -91,7 +91,7 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
|
||||
{
|
||||
if (position < 0 || position >= Count)
|
||||
{
|
||||
return null ;
|
||||
return null;
|
||||
}
|
||||
T obj = _collection[position];
|
||||
_collection[position] = null;
|
||||
|
Loading…
Reference in New Issue
Block a user