摘要: Introduction As you may know event handlers are a common source of memory leaks caused by the persistence of objects that are not used anymore, and yo... 阅读全文
posted @ 2015-08-25 11:52 遥望星空 阅读(427) 评论(0) 推荐(0) 编辑
摘要: I have a code like this:public class SomeClass{ int _processProgress; public int ProcessProgress { get { return _processProgress; } ... 阅读全文
posted @ 2015-08-25 11:51 遥望星空 阅读(232) 评论(0) 推荐(0) 编辑