建立一个控制台应用程序实现一个委托

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;spa namespace MyDelegate {     delegate int myDelegataHandler(int a, int b);//声明一个委托
相关文章
相关标签/搜索