Ejemplo n.º 1
0
 public List <ClrType> GetTypes() => worker.Eval(() => AllTypes);
Ejemplo n.º 2
0
        public List <ClrType> GetTypes()
        {
            List <ClrType> t = worker.Eval(() => t = AllTypes);

            return(t);
        }