¡@

Home 

c# Programming Glossary: orangepips

Why can't I have protected interface members?

http://stackoverflow.com/questions/516148/why-cant-i-have-protected-interface-members

interface IOrange public OrangePeel Peel get protected OrangePips Seeds get In this example the interface IOrange would guarantee.. would guarantee that implementors at least provide an OrangePips instance to their inheritors. If the implementor wanted to they.. public OrangePeel Peel get return new OrangePeel protected OrangePips Seeds get return null public class ValenciaOrange IOrange public..