摘要:
在看MvvmLights框架中的WeakAction源码的时候,才了解到Delegate中有Target这么一个属性 MSDN的解释是这样的 Gets the class instance on which the current delegate invokes the instance meth 阅读全文
摘要:
接上篇接手同事代码,新增新的业务类型。每种类型都存到新的数据库表中。 有这么个需求,假设业务类型为A,数据表为Table_A,那么就有一张Table_VerifyA表,用于录入A的字段校验信息。 看到同事代码的一瞬间,我再次崩溃了,以下是大致的逻辑 foreach (var pi in typeof 阅读全文