摘要: using System;namespace ObserverDemo{ public delegate void RaiseEventHandler(string hand); public delegate void FallEventHandler(); public cla... 阅读全文
posted @ 2015-12-23 16:48 FangZhaohu 阅读(198) 评论(0) 推荐(0) 编辑
摘要: namespace LambdaDemo{ class Person { public string Name { get; set; } public int Age { get; set; } } internal static class P... 阅读全文
posted @ 2015-12-23 11:54 FangZhaohu 阅读(159) 评论(0) 推荐(0) 编辑