добавлено описание к методу

This commit is contained in:
Evgeny Egov 2024-01-06 12:38:34 +04:00
parent 492227f826
commit 0277d5a36c
Failed to extract signature

View File

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