行远-自迩

导航

2019年7月8日 #

C#之委托匿名

摘要: public class DeleOrLamada { public void ThreadMessage(string data) { string message = string.Format("ThreadName is {0}\nThread ID is {1}", data, Threa 阅读全文

posted @ 2019-07-08 21:32 行远-自迩 阅读(359) 评论(0) 推荐(0) 编辑

C#之线程ParameterizedThreadStart

摘要: class Program { static void Main(string[] args) { Work work = new Work(); //两种实例化委托的方法; //ParameterizedThreadStart ParameterizedThreadStartDelegate = 阅读全文

posted @ 2019-07-08 11:25 行远-自迩 阅读(3052) 评论(0) 推荐(0) 编辑