How are partial methods used in C# 3.0?

Posted by Eric Z Beard on Stack Overflow See other posts from Stack Overflow or by Eric Z Beard
Published on 2008-09-03T17:42:41Z Indexed on 2010/05/24 5:20 UTC
Read the original article Hit count: 184

I have read about partial methods in the latest C# language specification, so I understand the principles, but I'm wondering how people are actually using them. Is there a particular design pattern that benefits from partial methods?

© Stack Overflow or respective owner

Related posts about c#

Related posts about design-patterns