C# 中的 Action, Func, EventHandler 和 EventHandler

C# 中常用內置委託 Action, Func, EventHandler 和 EventHandler<TEventArgs> 介紹 Action Delegate 封裝一個沒有返回值的方法 public delegate void Action(); 樣例 public static void Main() { Action showMethod = DisplayTo
相關文章
相關標籤/搜索