摘要: 1. Dynamic dynamic contact = new ExpandoObject();contact.Name = "Patrick Hines";contact.Phone = "206-555-0144"; 2. Covariance and Contravariance IEn... 阅读全文
posted @ 2010-04-27 09:31 bndy 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Method declaration:public static void SomeMethod(int optional = 0) { }Method calls:SomeMethod(); // 0 is used in the method.SomeMethod(10); 见到以上代码,让... 阅读全文
posted @ 2010-04-27 08:24 bndy 阅读(980) 评论(2) 推荐(0) 编辑