05 2013 档案

摘要:Temp 阅读全文
posted @ 2013-05-31 17:31 I'm CY 阅读(187) 评论(0) 推荐(0) 编辑
摘要:TEMP 阅读全文
posted @ 2013-05-31 17:31 I'm CY 阅读(120) 评论(0) 推荐(0) 编辑
摘要:de4dot + cecil 阅读全文
posted @ 2013-05-30 17:26 I'm CY 阅读(198) 评论(0) 推荐(0) 编辑
摘要:public partial class Employee { partial void OnCreated() { this._ExTable = new EntitySet<ExTable>(null, null); } private EntitySet<ExTable> _ExTable; [Association(Storage = "_ExTable", ThisKey = "EmployeeId", OtherKey = "EmployeeId")] publi... 阅读全文
posted @ 2013-05-30 17:18 I'm CY 阅读(334) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/12424537/why-ienumerablet-is-defined-as-ienumerableout-t-not-ienumerabletThe out type parameter specifier denotes covariance.In practice,If I define two interfaces.ISomeInterface<T>{}ISomeCovariantInterface<out T>{}Then, I implement them like this.SomeC 阅读全文
posted @ 2013-05-17 10:40 I'm CY 阅读(258) 评论(0) 推荐(0) 编辑