Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » cannot implemen... » Interface   (RSS)

How to Implement an Interface Without Making Members Public Using Explicit Interface Implementation

If you've ever implemented an interface, you've probably encountered the requirement that the member you are implementing must be public. For example, you cannot define a property in an interface and then make the setter internal as demonstrated by the
 
Page view tracker