84. 在 C#中,如何創建一個匿名方法?
(A) delegate() { }
(B) delegate(int x) { return x; }
(C) Func add = delegate(int x) { return x + 1; };
(D) method() { }

答案:登入後查看
統計: 尚無統計資料