PIBD-12_Morozov_D.V. LabWork№4 #13

Closed
MorozovDanil wants to merge 15 commits from Lab4_base into Lab3_base
Showing only changes of commit ca753501b0 - Show all commits

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;