переделан massiveGenericObjects

This commit is contained in:
zum 2024-05-07 16:16:33 +04:00
parent 21ab932b58
commit 4f8b615375

View File

@ -131,7 +131,7 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
if(_collection?.Length > 0) if(_collection?.Length > 0)
{ {
Array.Sort(_collection, comparer); Array.Sort(_collection, comparer);
//_collection = _collection.OrderBy(warPlane => warPlane == null).ToArray(); //Array.Reverse(_collection);
} }
} }