Show/Hide Toolbars

XSharp

Inconsistent accessibility: parameter 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. Make sure the types used in method signatures are not accidentally private due to the omission of the public modifier. For more information, see Access Modifiers.

Example

 

The following sample generates XS0051:

 

 

// XS0051.prg