ISEbd-12_Frolova.A.S._LabWork06_Simple #8

Closed
Fr_Alyona wants to merge 3 commits from LabWork06 into LabWork05
Showing only changes of commit d9146f0613 - Show all commits

View File

@ -204,7 +204,11 @@ public class StorageCollection<T>
return true;
}
/// <summary>
/// Создание коллекции по типу
/// </summary>
/// <param name="collectionType"></param>
/// <returns></returns>
private static ICollectionGenericObjects<T>? CreateCollection(CollectionType collectionType)
{
return collectionType switch