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 -}