最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

c# 匿名方法的小例子

 更新時(shí)間:2013年04月03日 17:07:42   作者:  
c# 匿名方法的小例子,需要的朋友可以參考一下

復(fù)制代碼 代碼如下:

// Create a handler for a click event.
button1.Click += delegate(System.Object o, System.EventArgs e)
                   { System.Windows.Forms.MessageBox.Show("Click!"); };

 

// Create a delegate.
delegate void Del(int x);

// Instantiate the delegate using an anonymous method.
Del d = delegate(int k) { /* ... */ };

 

void StartThread()
{
    System.Threading.Thread t1 = new System.Threading.Thread
      (delegate()
            {
                System.Console.Write("Hello, ");
                System.Console.WriteLine("World!");
            });
    t1.Start();
}

相關(guān)文章

最新評(píng)論

高碑店市| 洞头县| 彭水| 松溪县| 长宁县| 普兰县| 安塞县| 喀喇| 西青区| 黑河市| 云浮市| 毕节市| 新龙县| 青州市| 桐柏县| 进贤县| 闻喜县| 巴楚县| 佛冈县| 马山县| 卢湾区| 海兴县| 墨竹工卡县| 禄丰县| 通江县| 吴江市| 会理县| 建宁县| 喀喇| 滕州市| 都兰县| 福安市| 札达县| 拜泉县| 博乐市| 浮梁县| 岑巩县| 木里| 界首市| 凭祥市| 健康|