Pibd-13_Garifullin_F.M_LabWork04 #13

Closed
Garifullin_Farid wants to merge 3 commits from LabWork_4 into LabWork_3
Showing only changes of commit 7933a34175 - Show all commits

View File

@ -7,7 +7,6 @@
public interface ICollectionGenericObjects<T>
where T : class
{
/// <summary>
/// Количество объектов в коллекции
/// </summary>
int Count { get; }