3.7 При компиляции скрипта ошибка: Type list is not defined
31 августа 2022 г.
11:09
Use System.Collections.Generic.List
or u can add following line on the top
Imports System.Collections.Generic
3.7 При компиляции скрипта ошибка: Type list is not defined
31 августа 2022 г.
11:09
Use System.Collections.Generic.List
or u can add following line on the top
Imports System.Collections.Generic