Inconsistent accessibility

Inconsistent accessibility: return type 'ConsoleApplication17.IBacklight' is less accessible than method 'ConsoleApplication17.BladeFactory.CreateBacklight(

 

原因和对策: 如果没有修饰符的话,默认为internal, 增加public修饰符即可。

你可能感兴趣的:(Access)