Extension objects pattern
- by voroninp
In this MSDN Magazine article Peter Vogel describes Extension Objects partten.
What is not clear is whether extensions can be later implemented by client code residing in a separate assembly.
And if so how in this case can extension get acces to private members of the objet being extended?
I quite often need to set different access levels for…