标签:style blog ar color sp on div log 代码
class Program { delegate int Add(int i); private static void wridAdd(Add a) { Console.WriteLine(a(1 + 2)); } static void Main(string[] args) { wridAdd(n => n + 1); Console.Read(); } }
这个代码有意思! 对于只会.Net 2.0 的同学来说,难度不要太大!
标签:style blog ar color sp on div log 代码
原文地址:http://www.cnblogs.com/LittleMing/p/4122261.html