摘要:
有这么一句话,把方法传递给其他方法,需要使用委托。什么意思呢?委托是方法的类型安全的引用。参数倒知道,把参数传递给其他方法,这个方法传递给其他方法,是怎么回事呢?using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;namespace DelegateStudyWell{ class Program { public delegate int TakesAWhileDelegate(int data, int ms); static vo 阅读全文
posted @ 2011-02-24 11:34
人的本质是什么?
阅读(658)
评论(0)
推荐(0)
浙公网安备 33010602011771号