[Mono-list] Inaccessible due to protection?

Robert Jordan robertj at gmx.net
Tue Aug 28 06:49:39 EDT 2007


Brandon Perry wrote:
> The following code for some reason is not able to be used because of
> protection, but I can't figure out what on earth it could be. Google
> comes up with things like using predefined var names and such, but I
> don't think I am using any...

[...]

> 
> 		UInt16 BSwap_16(UInt16 n)
>         UInt32 BSwap_32(UInt32 n)

BSwap_16 and BSwap_32 are not declared as "public" => are not
accessible outside the class.

Robert



More information about the Mono-list mailing list