示例#1
0
 public List <ClrType> GetTypes() => worker.Eval(() => AllTypes);
示例#2
0
        public List <ClrType> GetTypes()
        {
            List <ClrType> t = worker.Eval(() => t = AllTypes);

            return(t);
        }