ISEbd-12_Frolova.A.S._LabWork06_Simple #8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user