看板 C_Sharp 關於我們 聯絡資訊
小弟初學C#,過去有學過java、C/C++等語言, 最近看到一段程式碼有+=( ) =>{ } 類似這樣的格式,不知道這是什麼意義? 來源出自於:http://slartoolkit.codeplex.com/ 底下Easy to use中的程式碼: ArDetector.MarkersDetected += (s, e) => { var detectedResults = e.DetectionResults; } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.217.24.28
pico2k:google "C# lamba" 06/30 16:43
xphacker:thanks~ 06/30 16:48
horngsh:lambda 06/30 19:49