91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

C#匿名方法怎么用

發布時間:2021-12-01 13:49:39 來源:億速云 閱讀:148 作者:小新 欄目:編程語言

這篇文章將為大家詳細講解有關C#匿名方法怎么用,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

C#匿名方法

這是對變量范圍的擴展。但是,下面例子說明了匿名參數還能夠在它們的代碼塊之外執行命名方法:

privatedelegatevoidExample6();   privateint _customerId;  privatestring _customerCode;   publicint CustomerID  {  get { return _customerId; }  set { _customerId = value; }  }   publicstring CustomerCode  {  get { return _customerCode; }  set { _customerCode = value; }  }   privatevoid btnExample6_Click(object sender, EventArgs e)  {  //Populate out properties.  this.CustomerID = 90;  this.CustomerCode = "1337HK";   //Setup the delegate/anonymous method.  Example6 example =  newExample6(  delegate  {  this.ShowCustomer(this.CustomerID, this.CustomerCode);  });   //Execute the delegate.  example();   //Change the properties.  this.CustomerID = 54;  this.CustomerCode = "L4M3";   //Execute the delegate again.  // Notice that the new values are reflected.  example();  }   privatevoid ShowCustomer(int customerId, string customerCode)  {  MessageBox.Show(  String.Format("CustomerID: Customer Code: ",  customerId, customerCode));  }

要注意的是,我兩次調用了與C#匿名方法相關聯的委托。你可能會發現一個很有趣的事情:在這些調用中,方法會輸出兩組不同的值。這是因為用在C#匿名方法里的外部變量在創建C#匿名方法的時候被引用。這意味著對這些變量的任何更改都會在匿名函數訪問變量的時候被反映出來。

你可能還注意到在這個實例里委托關鍵字后面沒有括號。當C#匿名方法不需要帶參數的時候,后面的括號是可選的。

關于“C#匿名方法怎么用”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

启东市| 定日县| 土默特右旗| 外汇| 灵武市| 清苑县| 都兰县| 波密县| 祁门县| 定襄县| 绵阳市| 乌鲁木齐县| 镇原县| 通化县| 旺苍县| 兴和县| 开封县| 榕江县| 平谷区| 盘锦市| 赤壁市| 册亨县| 呈贡县| 江川县| 图木舒克市| 兖州市| 清水县| 察隅县| 郓城县| 七台河市| 灌南县| 仪征市| 吉林省| 临猗县| 囊谦县| 砚山县| 九江市| 新闻| 望城县| 南皮县| 儋州市|