From ba1c4fe9a9401b5dea80985eeee61442ac28b2e8 Mon Sep 17 00:00:00 2001 From: MorozovDanil Date: Thu, 18 Apr 2024 22:17:12 +0400 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=811?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CollectionGenericObjects/ListGenericObjects.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ProjectContainerShip/ProjectContainerShip/CollectionGenericObjects/ListGenericObjects.cs b/ProjectContainerShip/ProjectContainerShip/CollectionGenericObjects/ListGenericObjects.cs index c01e667..ea12df5 100644 --- a/ProjectContainerShip/ProjectContainerShip/CollectionGenericObjects/ListGenericObjects.cs +++ b/ProjectContainerShip/ProjectContainerShip/CollectionGenericObjects/ListGenericObjects.cs @@ -18,7 +18,6 @@ public class ListGenericObjects : ICollectionGenericObjects /// private readonly List _collection; - /// /// Максимально допустимое число объектов в списке /// @@ -74,7 +73,6 @@ public class ListGenericObjects : ICollectionGenericObjects T? obj = _collection[position]; _collection.RemoveAt(position); return obj; - } - + }