¡@

Home 

c# Programming Glossary: iorange

Why can't I have protected interface members?

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

on interfaces This for example is invalid public interface IOrange public OrangePeel Peel get protected OrangePips Seeds get In.. OrangePips Seeds get In this example the interface IOrange would guarantee that implementors at least provide an OrangePips.. expand the scope to full public public class NavelOrange IOrange public OrangePeel Peel get return new OrangePeel protected OrangePips..