c# Programming Glossary: peel
Why can't I have protected interface members? http://stackoverflow.com/questions/516148/why-cant-i-have-protected-interface-members example is invalid public interface IOrange public OrangePeel Peel get protected OrangePips Seeds get In this example the.. is invalid public interface IOrange public OrangePeel Peel get protected OrangePips Seeds get In this example the interface.. full public public class NavelOrange IOrange public OrangePeel Peel get return new OrangePeel protected OrangePips Seeds get..
|