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

This commit is contained in:
AlyonaFr 2024-04-17 22:09:26 +04:00
parent 0f8dfd4778
commit d9146f0613

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