最新国产好看的视频,伊人天堂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)論

古交市| 会昌县| 永吉县| 吴旗县| 芜湖市| 西和县| 黎城县| 即墨市| 象州县| 玉门市| 新疆| 从化市| 包头市| 济南市| 临猗县| 德兴市| 惠州市| 开封县| 郧西县| 新野县| 连城县| 太湖县| 宜兴市| 沙河市| 航空| 通道| 伊宁县| 祥云县| 冷水江市| 武汉市| 苍南县| 左权县| 墨竹工卡县| 昌图县| 桃园县| 丰都县| 浦江县| 明星| 永胜县| 龙南县| 澜沧|