c# Programming Glossary: iprimary
Why can't a list of an interface type accept intances of an inheriting interface? http://stackoverflow.com/questions/14621564/why-cant-a-list-of-an-interface-type-accept-intances-of-an-inheriting-interface interface Given the following types public interface IPrimary void doBattle an ISecondary is an IPrimary public interface.. interface IPrimary void doBattle an ISecondary is an IPrimary public interface ISecondary IPrimary An implementation of ISecondary.. an ISecondary is an IPrimary public interface ISecondary IPrimary An implementation of ISecondary is also an IPrimary internal..
|