/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TestSuite/typeof.pas
7 строк
493 B
Бондарев Иван
#1125
23 сен 2018, 19:29
23 сен 2018, 19:29
3e4f84f
Код
Авторство
О чём код?
begin assert(typeof(System.Collections.Generic.Dictionary<,>).FullName = 'System.Collections.Generic.Dictionary`2'); assert(typeof(List<>).FullName = 'System.Collections.Generic.List`1'); assert(typeof(System.Collections.Generic.Dictionary<,{}>).FullName = 'System.Collections.Generic.Dictionary`2'); assert(typeof(List<{}>).FullName = 'System.Collections.Generic.List`1'); assert(typeof(List<integer>).FullName.StartsWith('System.Collections.Generic.List`1[[System.Int32')); end.