两个常用的匿名委托语法

1. 线程池

1 ThreadPool.QueueUserWorkItem(delegate { });

2. 线程Invoke

1 tgv.Invoke(new MethodInvoker(delegate () { curTn = tgv.Nodes.Add(curItem); }));
posted @ 2017-12-14 09:25  钻葛格  阅读(217)  评论(0编辑  收藏  举报