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

            return(t);
        }