摘要:
先看一个简单的delegate的例子 public static bool IsOdd(int i) { return (i & 1) == 1; } public delegate bool NumberTester(int i); public static void PrintMatchingNumbers(int from, int to, NumberTester filter)... 阅读全文
posted @ 2007-11-22 02:07
李小刀
阅读(4195)
评论(27)
推荐(1)
浙公网安备 33010602011771号