Delegate Lambda Action Func

委托(Delegate)就是把方法(方法名)作为方法的参数,例如:  using System; using System.Collections.Generic; using System.Text; namespace TestDemo { public delegate void Delegate(int arg); class Program {
相关文章
相关标签/搜索