From e337dd9b06450938a0584eb057ffc3050fb6a4e3 Mon Sep 17 00:00:00 2001 From: Baryshev Dmitry Date: Thu, 4 Apr 2024 20:30:49 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=9E=D0=A7=D0=9D=D0=9E=20DONE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CollectionGenericObject/CollectionType.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ProjectDumpTruck/ProjectDumpTruck/CollectionGenericObject/CollectionType.cs diff --git a/ProjectDumpTruck/ProjectDumpTruck/CollectionGenericObject/CollectionType.cs b/ProjectDumpTruck/ProjectDumpTruck/CollectionGenericObject/CollectionType.cs deleted file mode 100644 index 16e1df4..0000000 --- a/ProjectDumpTruck/ProjectDumpTruck/CollectionGenericObject/CollectionType.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace ProjectDumpTruck.CollectionGenericObject; - -public enum CollectionType -{ - None = 0, - - Massive = 1, - - List = 2 -}