D
doa
Guest
Currently only PUBLIC accessors can be used in interfaces. (Error 14784) For properties this is horrible since there is no possibility to define a public get / private set property in an interface. A workaround is to create methods for these cases and don't use a property but that produces worse performance and more code. Another usecase are base classes that should have defined protected methods.
Continue reading...
Continue reading...