Show/Hide Toolbars

XSharp

Inconsistent accessibility: return type 'type' is less accessible than method 'method'

 

The return type and each of the types referenced in the formal parameter list of a method must be at least as accessible as the method itself. For more information, see Access Modifiers.

Example

 

The following sample generates XS0050 because no accessiblity modifier is supplied for MyClass and its accessibility therefore defaults to private.

 

// XS0050.prg