This commit is contained in:
MorozovDanil 2024-04-15 01:54:28 +04:00
parent cd5e42fe83
commit ca753501b0

View File

@ -10,7 +10,7 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
/// <summary>
/// Массив объектов, которые храним
/// </summary>
private T?[] _collection;
private T?[] _collection;
public int Count => _collection.Length;